2024-02-23T00:23:07.071 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-23T00:23:07.072 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421 -- /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/orig.config.yaml 2024-02-23T00:23:07.114 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-23T00:23:07.205 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421 branch: pacific-release description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7571421' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-22_21:39:39-rados-pacific-release-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: pacific-release 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: eb66ed921e744301e6863be6353618d63967ea59 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: eb66ed921e744301e6863be6353618d63967ea59 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-ksirivad-pacific-release-whitelist sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 owner: scheduled_yuriw@teuthology priority: 61 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: eb66ed921e744301e6863be6353618d63967ea59 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-ksirivad-pacific-release-whitelist suite_path: /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa suite_relpath: qa suite_repo: https://github.com/kamoltat/ceph.git suite_sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFZHGgNbbA4wBrQsd6Obr+KRNZEXVZiv6wE47zrBsKjRzr3KynUNbmY0rfr8Ms2ZxHE3hN/YeRW0Jcg9UgMvCU= smithi122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPefb+1jLT+H1aO98Xf8F+p2y3e/OZMXR+AfGtyh19mUcit0vTg3BOJtOAEjRJ9I3tvOLwZytz0Ej343JQI9WXk= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-22_21:39:39 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-23T00:23:07.205 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa; will attempt to use it 2024-02-23T00:23:07.206 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks 2024-02-23T00:23:07.206 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-23T00:23:07.207 INFO:teuthology.task.internal:Checking packages... 2024-02-23T00:23:07.232 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'eb66ed921e744301e6863be6353618d63967ea59' 2024-02-23T00:23:07.232 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-23T00:23:07.232 INFO:teuthology.packaging:ref: None 2024-02-23T00:23:07.232 INFO:teuthology.packaging:tag: None 2024-02-23T00:23:07.232 INFO:teuthology.packaging:branch: pacific-release 2024-02-23T00:23:07.232 INFO:teuthology.packaging:sha1: eb66ed921e744301e6863be6353618d63967ea59 2024-02-23T00:23:07.232 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-23T00:23:07.384 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-550.geb66ed92 2024-02-23T00:23:07.385 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-23T00:23:07.396 INFO:teuthology.task.internal:no buildpackages task found 2024-02-23T00:23:07.396 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-23T00:23:07.404 INFO:teuthology.task.internal:Saving configuration 2024-02-23T00:23:07.417 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-23T00:23:07.423 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T00:23:07.457 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421', '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-02-23 00:16:06.393348', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFZHGgNbbA4wBrQsd6Obr+KRNZEXVZiv6wE47zrBsKjRzr3KynUNbmY0rfr8Ms2ZxHE3hN/YeRW0Jcg9UgMvCU='} 2024-02-23T00:23:07.493 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421', '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-02-23 00:16:06.394700', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPefb+1jLT+H1aO98Xf8F+p2y3e/OZMXR+AfGtyh19mUcit0vTg3BOJtOAEjRJ9I3tvOLwZytz0Ej343JQI9WXk='} 2024-02-23T00:23:07.493 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-23T00:23:07.512 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-23T00:23:07.512 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-23T00:23:07.512 INFO:teuthology.run_tasks:Running task console_log... 2024-02-23T00:23:07.601 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe38564a0d0>, signals=[15]) 2024-02-23T00:23:07.601 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-23T00:23:07.621 INFO:teuthology.task.internal:Opening connections... 2024-02-23T00:23:07.621 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:23:07.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:23:07.712 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2024-02-23T00:23:07.713 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:23:07.799 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-23T00:23:07.812 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-02-23T00:23:07.835 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-02-23T00:23:07.836 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2024-02-23T00:23:07.897 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-23T00:23:07.898 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-23T00:23:07.899 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-02-23T00:23:07.940 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2024-02-23T00:23:07.962 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2024-02-23T00:23:07.963 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2024-02-23T00:23:08.022 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="CentOS Stream" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:ID="centos" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE="rhel fedora" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:PLATFORM_ID="platform:el8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:ANSI_COLOR="0;31" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://centos.org/" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-23T00:23:08.023 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-23T00:23:08.024 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2024-02-23T00:23:08.057 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-23T00:23:08.064 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-23T00:23:08.073 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-23T00:23:08.073 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-02-23T00:23:08.076 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2024-02-23T00:23:08.095 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-23T00:23:08.111 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-23T00:23:08.111 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-02-23T00:23:08.137 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2024-02-23T00:23:08.164 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-23T00:23:08.237 INFO:teuthology.run_tasks:Running task kernel... 2024-02-23T00:23:08.253 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-23T00:23:08.253 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-23T00:23:08.253 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-23T00:23:08.254 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-23T00:23:08.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:23:08.273 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-02-23T00:23:08.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:23:08.274 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-02-23T00:23:08.332 INFO:teuthology.orchestra.run.smithi122.stdout:4.18.0-489.el8.x86_64 2024-02-23T00:23:08.333 INFO:teuthology.task.kernel:Running kernel on smithi122: 4.18.0-489.el8.x86_64 2024-02-23T00:23:08.333 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum install -y kernel 2024-02-23T00:23:08.336 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2024-02-23T00:23:08.336 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2024-02-23T00:23:08.336 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-02-23T00:23:15.029 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - AppStream 6.6 MB/s | 27 MB 00:04 2024-02-23T00:23:15.590 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 5.9 MB/s | 27 MB 00:04 2024-02-23T00:23:20.838 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-02-23T00:23:21.232 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-02-23T00:23:22.630 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - Extras 91 kB/s | 18 kB 00:00 2024-02-23T00:23:23.122 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-02-23T00:23:23.166 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 52 kB/s | 18 kB 00:00 2024-02-23T00:23:23.382 INFO:teuthology.orchestra.run.smithi122.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-23T00:23:23.633 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-02-23T00:23:23.868 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-23T00:23:25.621 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2024-02-23T00:23:27.561 INFO:teuthology.orchestra.run.smithi122.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 16 MB 00:04 2024-02-23T00:23:29.386 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 589 kB/s | 24 kB 00:00 2024-02-23T00:23:31.500 INFO:teuthology.orchestra.run.smithi122.stdout:lab-extras 389 kB/s | 24 kB 00:00 2024-02-23T00:23:32.416 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-23T00:23:32.416 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-23T00:23:32.526 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-23T00:23:32.527 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:23:32.527 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-02-23T00:23:32.527 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:23:32.527 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-02-23T00:23:32.527 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2024-02-23T00:23:32.528 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:23:32.529 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 90 M 2024-02-23T00:23:32.529 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 97 M 2024-02-23T00:23:32.529 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-23T00:23:33.494 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-540.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-02-23T00:23:34.121 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-core-4.18.0-540.el8.x86_64.rpm 28 MB/s | 44 MB 00:01 2024-02-23T00:23:34.514 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-23T00:23:34.514 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-23T00:23:34.628 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-23T00:23:34.629 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout:Install 3 Packages 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 90 M 2024-02-23T00:23:34.630 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 97 M 2024-02-23T00:23:34.631 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-02-23T00:23:34.638 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-02-23T00:23:34.638 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:23:34.638 INFO:teuthology.orchestra.run.smithi098.stdout:Total 43 MB/s | 90 MB 00:02 2024-02-23T00:23:35.252 INFO:teuthology.orchestra.run.smithi122.stdout:(1/3): kernel-4.18.0-540.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2024-02-23T00:23:35.315 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-23T00:23:35.740 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-23T00:23:35.740 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-23T00:23:36.585 INFO:teuthology.orchestra.run.smithi122.stdout:(2/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2024-02-23T00:23:36.977 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-23T00:23:36.997 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-23T00:23:37.086 INFO:teuthology.orchestra.run.smithi122.stdout:(3/3): kernel-core-4.18.0-540.el8.x86_64.rpm 18 MB/s | 44 MB 00:02 2024-02-23T00:23:37.086 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:23:37.086 INFO:teuthology.orchestra.run.smithi122.stdout:Total 37 MB/s | 90 MB 00:02 2024-02-23T00:23:37.772 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-02-23T00:23:38.179 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-02-23T00:23:38.180 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-02-23T00:23:39.424 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-02-23T00:23:39.599 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-02-23T00:23:39.778 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-23T00:23:40.387 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:23:42.222 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-02-23T00:23:42.750 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:23:44.027 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:23:44.495 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:23:46.346 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:23:46.807 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:23:47.925 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:23:48.220 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:23:50.248 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:23:50.524 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:10.476 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:10.498 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:10.853 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:10.853 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:24:10.853 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-23T00:24:11.323 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:24:11.324 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-23T00:24:11.450 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:24:11.718 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-23T00:24:11.718 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-23T00:24:11.719 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-23T00:24:11.719 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-23T00:24:11.719 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-23T00:24:11.719 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-23T00:24:11.719 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-02-23T00:24:11.719 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:24:11.930 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-23T00:24:11.930 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-23T00:24:11.930 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2024-02-23T00:24:11.965 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-23T00:24:11.966 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-23T00:24:11.967 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-02-23T00:24:11.967 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:24:11.967 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-02-23T00:24:11.968 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-23T00:24:11.968 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-540.el8.x86_64 2024-02-23T00:24:11.968 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-23T00:24:12.666 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:12.689 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:13.040 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:13.040 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-23T00:24:13.040 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-23T00:24:13.513 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-02-23T00:24:13.907 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-23T00:24:13.907 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:24:13.908 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-02-23T00:24:13.908 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-23T00:24:13.908 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-23T00:24:13.908 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:24:13.908 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-02-23T00:24:14.054 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:24:14.275 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-23T00:24:14.275 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-23T00:24:14.275 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-23T00:24:14.275 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-23T00:24:14.275 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-23T00:24:14.276 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-23T00:24:14.276 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi122.front.sepia.ceph.com, path=None, version=distro) 2024-02-23T00:24:14.276 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:24:14.486 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-23T00:24:14.486 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-23T00:24:14.486 DEBUG:teuthology.orchestra.run.smithi122:> sudo rpm -qi grub2-tools 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Name : grub2-tools 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Epoch : 1 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Version : 2.02 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Release : 129.el8 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: x86_64 2024-02-23T00:24:14.520 INFO:teuthology.orchestra.run.smithi122.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Group : System Environment/Base 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Size : 9265586 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:License : GPLv3+ 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Relocations : (not relocatable) 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Packager : CentOS BuildSystem 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Vendor : CentOS 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Summary : Support tools for GRUB. 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout:Description : 2024-02-23T00:24:14.521 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout:hardware devices. 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:24:14.522 INFO:teuthology.orchestra.run.smithi122.stdout:This subpackage provides tools for support of all platforms. 2024-02-23T00:24:14.523 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-23T00:24:14.523 INFO:teuthology.task.kernel:Updating grub on smithi122 to boot 4.18.0-540.el8.x86_64 2024-02-23T00:24:14.523 DEBUG:teuthology.orchestra.run.smithi122:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-23T00:24:15.835 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-02-23T00:24:15.836 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-02-23T00:24:15.858 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.MYy2P8n1uh 2024-02-23T00:24:15.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MYy2P8n1uh 2024-02-23T00:24:15.860 INFO:teuthology.orchestra.run.smithi122.stderr:Generating grub configuration file ... 2024-02-23T00:24:15.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.MYy2P8n1uh 2024-02-23T00:24:16.082 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.MYy2P8n1uh is 6KB 2024-02-23T00:24:16.131 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.MYy2P8n1uh 2024-02-23T00:24:16.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-02-23T00:24:16.237 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-23T00:24:16.237 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-23T00:24:16.237 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-23T00:24:16.237 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-23T00:24:16.238 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-23T00:24:16.347 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-02-23T00:24:18.048 INFO:teuthology.orchestra.run.smithi122.stderr:done 2024-02-23T00:24:18.049 DEBUG:teuthology.orchestra.run.smithi122:> mktemp 2024-02-23T00:24:18.073 INFO:teuthology.orchestra.run.smithi122.stdout:/tmp/tmp.rn4GlymFzl 2024-02-23T00:24:18.073 DEBUG:teuthology.orchestra.run.smithi122:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rn4GlymFzl 2024-02-23T00:24:18.150 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0666 /tmp/tmp.rn4GlymFzl 2024-02-23T00:24:18.294 DEBUG:teuthology.orchestra.remote:smithi122:/tmp/tmp.rn4GlymFzl is 6KB 2024-02-23T00:24:18.341 DEBUG:teuthology.orchestra.run.smithi122:> rm -fr /tmp/tmp.rn4GlymFzl 2024-02-23T00:24:18.359 DEBUG:teuthology.orchestra.run.smithi122:> sudo /bin/ls /boot/loader/entries || true 2024-02-23T00:24:18.424 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-23T00:24:18.424 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-23T00:24:18.424 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-23T00:24:18.424 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-23T00:24:18.425 DEBUG:teuthology.orchestra.run.smithi122:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-23T00:24:18.584 DEBUG:teuthology.orchestra.run.smithi122:> sudo shutdown -r now 2024-02-23T00:24:46.376 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-23T00:24:46.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:24:46.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:24:48.588 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-23T00:24:48.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:24:48.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:25:04.828 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-02-23T00:25:07.136 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-02-23T00:25:13.835 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:25:13.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:25:16.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:25:16.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:25:16.924 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-02-23T00:25:19.228 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-02-23T00:25:28.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:25:28.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:25:31.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:25:31.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:26:01.023 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-02-23T00:26:01.517 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:26:01.517 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-540.el8.x86_64"... 2024-02-23T00:26:01.517 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-02-23T00:26:01.574 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-540.el8.x86_64 2024-02-23T00:26:01.574 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-23T00:26:01.574 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-23T00:26:01.574 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-23T00:26:02.575 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-23T00:26:02.575 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-23T00:26:02.657 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-02-23T00:26:02.670 DEBUG:teuthology.parallel:result is None 2024-02-23T00:26:03.109 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-02-23T00:26:03.318 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:26:03.318 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-540.el8.x86_64"... 2024-02-23T00:26:03.318 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-02-23T00:26:03.378 INFO:teuthology.orchestra.run.smithi122.stdout:4.18.0-540.el8.x86_64 2024-02-23T00:26:03.378 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-23T00:26:03.378 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-23T00:26:03.378 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-23T00:26:04.379 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-23T00:26:04.379 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-23T00:26:04.733 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2024-02-23T00:26:04.781 DEBUG:teuthology.parallel:result is None 2024-02-23T00:26:04.782 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-23T00:26:04.789 INFO:teuthology.task.internal:Creating test directory... 2024-02-23T00:26:04.789 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-23T00:26:04.791 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-23T00:26:05.301 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-23T00:26:05.309 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-23T00:26:05.471 INFO:teuthology.task.internal:Creating archive directory... 2024-02-23T00:26:05.471 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-23T00:26:05.475 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-23T00:26:05.928 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-23T00:26:05.935 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-23T00:26:05.935 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-23T00:26:05.937 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-23T00:26:05.974 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:26:05.986 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:26:06.017 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:26:06.029 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:26:06.030 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-23T00:26:06.039 INFO:teuthology.task.internal:Configuring sudo... 2024-02-23T00:26:06.040 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-23T00:26:06.042 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-23T00:26:06.070 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-23T00:26:06.105 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-23T00:26:06.105 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-23T00:26:06.112 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-23T00:26:06.130 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:26:06.226 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:26:06.261 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:26:06.352 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:26:06.387 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:26:06.387 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-23T00:26:06.454 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:26:06.503 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:26:06.553 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:26:06.648 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:26:06.682 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:26:06.682 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-23T00:26:06.749 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-02-23T00:26:06.751 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2024-02-23T00:26:06.810 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:26:06.851 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:26:07.324 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-23T00:26:07.332 INFO:teuthology.task.internal:Starting timer... 2024-02-23T00:26:07.332 INFO:teuthology.run_tasks:Running task pcp... 2024-02-23T00:26:07.394 INFO:teuthology.run_tasks:Running task selinux... 2024-02-23T00:26:07.480 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-23T00:26:07.480 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-02-23T00:26:07.548 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-02-23T00:26:07.550 DEBUG:teuthology.orchestra.run.smithi122:> sudo service auditd rotate 2024-02-23T00:26:07.626 INFO:teuthology.orchestra.run.smithi122.stdout:Rotating logs: 2024-02-23T00:26:07.627 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-23T00:26:07.627 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-02-23T00:26:07.668 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-02-23T00:26:07.669 DEBUG:teuthology.orchestra.run.smithi122:> /usr/sbin/getenforce 2024-02-23T00:26:07.715 INFO:teuthology.orchestra.run.smithi122.stdout:Permissive 2024-02-23T00:26:07.716 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi122.front.sepia.ceph.com': 'permissive'} 2024-02-23T00:26:07.716 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:26:07.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:26:07.743 DEBUG:teuthology.orchestra.run.smithi122:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:26:07.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:26:07.771 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-23T00:26:07.771 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-02-23T00:26:07.810 DEBUG:teuthology.orchestra.run.smithi122:> sudo /usr/sbin/setenforce permissive 2024-02-23T00:26:07.837 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-23T00:26:07.845 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-23T00:26:07.861 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-23T00:26:07.863 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi122.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-23T00:32:00.607 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi122.front.sepia.ceph.com')] 2024-02-23T00:32:00.609 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:32:00.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:32:00.685 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-02-23T00:32:00.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-02-23T00:32:00.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:32:00.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:32:00.829 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-02-23T00:32:00.902 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-23T00:32:00.902 INFO:teuthology.run_tasks:Running task clock... 2024-02-23T00:32:00.912 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-23T00:32:00.913 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-23T00:32:00.913 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:32:00.915 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-23T00:32:00.916 DEBUG:teuthology.orchestra.run.smithi122:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:32:00.944 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-23T00:32:00.958 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-23T00:32:00.974 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-23T00:32:00.988 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-23T00:32:01.025 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-02-23T00:32:01.036 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-02-23T00:32:01.050 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-23T00:32:01.052 INFO:teuthology.orchestra.run.smithi122.stderr:sudo: ntpd: command not found 2024-02-23T00:32:01.063 INFO:teuthology.orchestra.run.smithi122.stdout:506 Cannot talk to daemon 2024-02-23T00:32:01.064 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-23T00:32:01.077 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-23T00:32:01.090 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-23T00:32:01.130 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.133 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.170 INFO:teuthology.orchestra.run.smithi122.stderr:bash: ntpq: command not found 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.174 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:32:01.174 INFO:teuthology.run_tasks:Running task pexec... 2024-02-23T00:32:01.184 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-23T00:32:01.185 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:32:01.185 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-23T00:32:01.185 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi122.front.sepia.ceph.com 2024-02-23T00:32:01.186 DEBUG:teuthology.orchestra.run.smithi122:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-23T00:32:01.967 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:24 ago on Fri 23 Feb 2024 12:30:37 AM UTC. 2024-02-23T00:32:02.000 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:22 ago on Fri 23 Feb 2024 12:30:39 AM UTC. 2024-02-23T00:32:03.993 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-23T00:32:03.994 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:03.994 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:03.995 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:04.042 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-02-23T00:32:04.043 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:04.043 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-02-23T00:32:04.043 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout:Resetting modules: 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:04.044 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:04.273 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-23T00:32:04.309 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-02-23T00:32:05.118 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:27 ago on Fri 23 Feb 2024 12:30:37 AM UTC. 2024-02-23T00:32:05.145 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:25 ago on Fri 23 Feb 2024 12:30:39 AM UTC. 2024-02-23T00:32:07.138 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-02-23T00:32:07.174 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:07.174 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-02-23T00:32:07.174 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:07.174 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2024-02-23T00:32:07.174 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-23T00:32:07.175 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-02-23T00:32:07.176 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:07.177 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 27 M 2024-02-23T00:32:07.177 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 91 M 2024-02-23T00:32:07.177 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-02-23T00:32:07.199 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-02-23T00:32:07.234 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:07.234 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-02-23T00:32:07.234 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:07.234 INFO:teuthology.orchestra.run.smithi122.stdout:Installing group/module packages: 2024-02-23T00:32:07.234 INFO:teuthology.orchestra.run.smithi122.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-23T00:32:07.235 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:Installing weak dependencies: 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:Installing module profiles: 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools/common 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:Enabling module streams: 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools rhel8 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout:Install 13 Packages 2024-02-23T00:32:07.236 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:07.237 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 27 M 2024-02-23T00:32:07.237 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 91 M 2024-02-23T00:32:07.237 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-02-23T00:32:07.655 INFO:teuthology.orchestra.run.smithi122.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 1.8 MB/s | 688 kB 00:00 2024-02-23T00:32:07.689 INFO:teuthology.orchestra.run.smithi122.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.4 MB/s | 1.0 MB 00:00 2024-02-23T00:32:07.731 INFO:teuthology.orchestra.run.smithi122.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 502 kB/s | 38 kB 00:00 2024-02-23T00:32:07.733 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 1.8 MB/s | 688 kB 00:00 2024-02-23T00:32:07.766 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.5 MB/s | 1.0 MB 00:00 2024-02-23T00:32:07.808 INFO:teuthology.orchestra.run.smithi122.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 2.1 MB/s | 257 kB 00:00 2024-02-23T00:32:07.817 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2024-02-23T00:32:07.876 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 2.3 MB/s | 257 kB 00:00 2024-02-23T00:32:07.890 INFO:teuthology.orchestra.run.smithi122.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.2 MB/s | 180 kB 00:00 2024-02-23T00:32:07.967 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.9 MB/s | 180 kB 00:00 2024-02-23T00:32:08.051 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 296 kB/s | 25 kB 00:00 2024-02-23T00:32:08.071 INFO:teuthology.orchestra.run.smithi122.stdout:(6/13): buildah-1.33.5-1.module_el8+885+7da147f 12 MB/s | 9.7 MB 00:00 2024-02-23T00:32:08.098 INFO:teuthology.orchestra.run.smithi122.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 119 kB/s | 25 kB 00:00 2024-02-23T00:32:08.176 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): buildah-1.33.5-1.module_el8+885+7da147f 12 MB/s | 9.7 MB 00:00 2024-02-23T00:32:08.182 INFO:teuthology.orchestra.run.smithi122.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 9.1 MB/s | 4.1 MB 00:00 2024-02-23T00:32:08.202 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 625 kB/s | 94 kB 00:00 2024-02-23T00:32:08.208 INFO:teuthology.orchestra.run.smithi122.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 688 kB/s | 94 kB 00:00 2024-02-23T00:32:08.270 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 9.1 MB/s | 4.1 MB 00:00 2024-02-23T00:32:08.308 INFO:teuthology.orchestra.run.smithi122.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 526 kB/s | 53 kB 00:00 2024-02-23T00:32:08.352 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 633 kB/s | 53 kB 00:00 2024-02-23T00:32:08.392 INFO:teuthology.orchestra.run.smithi122.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2024-02-23T00:32:08.450 INFO:teuthology.orchestra.run.smithi122.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 9.5 MB/s | 2.5 MB 00:00 2024-02-23T00:32:08.494 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 8.6 MB/s | 2.5 MB 00:00 2024-02-23T00:32:08.519 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2024-02-23T00:32:08.637 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 19 MB/s | 8.8 MB 00:00 2024-02-23T00:32:08.637 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:32:08.637 INFO:teuthology.orchestra.run.smithi098.stdout:Total 19 MB/s | 27 MB 00:01 2024-02-23T00:32:08.809 INFO:teuthology.orchestra.run.smithi122.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 12 MB/s | 8.8 MB 00:00 2024-02-23T00:32:08.809 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:32:08.810 INFO:teuthology.orchestra.run.smithi122.stdout:Total 17 MB/s | 27 MB 00:01 2024-02-23T00:32:08.903 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-02-23T00:32:08.924 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-02-23T00:32:08.924 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-02-23T00:32:09.077 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-02-23T00:32:09.098 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-02-23T00:32:09.099 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-02-23T00:32:09.195 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-02-23T00:32:09.198 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-02-23T00:32:09.370 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-02-23T00:32:09.373 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-02-23T00:32:09.935 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-02-23T00:32:10.137 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-02-23T00:32:10.906 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-23T00:32:11.073 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-23T00:32:11.144 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-23T00:32:11.267 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-23T00:32:11.339 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-23T00:32:11.455 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-23T00:32:11.540 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-23T00:32:11.692 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-23T00:32:11.783 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-23T00:32:11.923 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-23T00:32:12.357 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-23T00:32:12.490 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-23T00:32:13.374 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-23T00:32:13.486 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-23T00:32:13.631 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-23T00:32:13.734 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-23T00:32:13.833 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-23T00:32:13.972 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-23T00:32:14.296 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-23T00:32:14.420 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-23T00:32:14.530 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-23T00:32:14.626 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-23T00:32:14.776 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-23T00:32:14.903 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-23T00:32:14.963 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-23T00:32:15.162 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-23T00:32:15.451 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-23T00:32:15.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-23T00:32:15.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-23T00:32:15.452 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-23T00:32:15.614 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-23T00:32:15.615 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-23T00:32:16.022 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:32:16.023 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-23T00:32:16.177 INFO:teuthology.orchestra.run.smithi122.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:32:16.178 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-02-23T00:32:16.376 DEBUG:teuthology.parallel:result is None 2024-02-23T00:32:16.498 DEBUG:teuthology.parallel:result is None 2024-02-23T00:32:16.498 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-23T00:32:16.509 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-23T00:32:16.509 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:32:16.509 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:32:16.527 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-23T00:32:16.527 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 162489 Links: 1 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:16.585 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:32:15.171418654 +0000 2024-02-23T00:32:16.586 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:31:29.489706345 +0000 2024-02-23T00:32:16.586 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:31:29.489706345 +0000 2024-02-23T00:32:16.586 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:32:16.586 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-23T00:32:16.650 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:32:16.650 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:32:16.650 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000229496 s, 2.2 MB/s 2024-02-23T00:32:16.651 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-23T00:32:16.710 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 168138 Links: 1 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:32:15.171418654 +0000 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:31:29.829702079 +0000 2024-02-23T00:32:16.768 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:31:29.829702079 +0000 2024-02-23T00:32:16.769 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:32:16.769 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-23T00:32:16.834 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:32:16.834 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:32:16.834 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00021721 s, 2.4 MB/s 2024-02-23T00:32:16.835 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-23T00:32:16.894 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-02-23T00:32:16.952 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-23T00:32:16.952 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:16.952 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 168213 Links: 1 2024-02-23T00:32:16.952 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:16.952 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:16.953 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:32:15.171418654 +0000 2024-02-23T00:32:16.953 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:31:30.203697386 +0000 2024-02-23T00:32:16.953 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:31:30.203697386 +0000 2024-02-23T00:32:16.953 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:32:16.953 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-23T00:32:17.018 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:32:17.018 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:32:17.018 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000179969 s, 2.8 MB/s 2024-02-23T00:32:17.019 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-23T00:32:17.077 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 162697 Links: 1 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:32:15.171418654 +0000 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:31:30.556692957 +0000 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:31:30.556692957 +0000 2024-02-23T00:32:17.136 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:32:17.137 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-23T00:32:17.202 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:32:17.202 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:32:17.202 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000288985 s, 1.8 MB/s 2024-02-23T00:32:17.203 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-23T00:32:17.261 DEBUG:teuthology.orchestra.run.smithi098:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-23T00:32:17.388 INFO:teuthology.orchestra.run.smithi098.stdout:loop 2024-02-23T00:32:17.389 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2024-02-23T00:32:17.390 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-23T00:32:17.424 INFO:teuthology.orchestra.run.smithi098.stdout:1 2024-02-23T00:32:17.456 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_11 2024-02-23T00:32:17.495 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2024-02-23T00:32:17.495 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-23T00:32:17.571 INFO:teuthology.orchestra.run.smithi098.stdout:1 2024-02-23T00:32:17.604 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_21 2024-02-23T00:32:17.640 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2024-02-23T00:32:17.641 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-23T00:32:17.714 INFO:teuthology.orchestra.run.smithi098.stdout:1 2024-02-23T00:32:17.747 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_31 2024-02-23T00:32:17.784 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2024-02-23T00:32:17.784 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-23T00:32:17.859 INFO:teuthology.orchestra.run.smithi098.stdout:1 2024-02-23T00:32:17.892 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_41 2024-02-23T00:32:17.928 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:32:17.929 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:32:17.987 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme list 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme0n1 PHFT6204010H400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme1n1 5cc6249831ad7d9573c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme2n1 5cfa997e7c7cdb187cb5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:18.053 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme3n1 f4c8c2447238fffaebc3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:18.054 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme4n1 2cca8faac992d2bd855f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:18.054 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:32:18.055 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:32:18.055 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2024-02-23T00:32:18.122 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:32:18.122 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:32:18.145 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-23T00:32:18.145 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_1 2024-02-23T00:32:18.206 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-23T00:32:18.206 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:18.206 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 168170 Links: 1 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:32:15.336818311 +0000 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:31:29.472505843 +0000 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:31:29.472505843 +0000 2024-02-23T00:32:18.207 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:32:18.207 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-23T00:32:18.279 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:32:18.279 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:32:18.279 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000317327 s, 1.6 MB/s 2024-02-23T00:32:18.280 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-23T00:32:18.343 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_2 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 165355 Links: 1 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:32:15.336818311 +0000 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:31:29.809498075 +0000 2024-02-23T00:32:18.404 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:31:29.809498075 +0000 2024-02-23T00:32:18.405 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:32:18.405 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-23T00:32:18.473 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:32:18.473 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:32:18.473 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000225927 s, 2.3 MB/s 2024-02-23T00:32:18.474 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-23T00:32:18.535 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_3 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 169337 Links: 1 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:32:15.337818288 +0000 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:31:30.180489524 +0000 2024-02-23T00:32:18.595 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:31:30.180489524 +0000 2024-02-23T00:32:18.596 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:32:18.596 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-23T00:32:18.662 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:32:18.663 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:32:18.663 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000196229 s, 2.6 MB/s 2024-02-23T00:32:18.664 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-23T00:32:18.723 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_4 2024-02-23T00:32:18.781 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 166603 Links: 1 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:32:15.337818288 +0000 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:31:30.525481572 +0000 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:31:30.525481572 +0000 2024-02-23T00:32:18.782 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:32:18.782 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-23T00:32:18.847 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:32:18.847 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:32:18.847 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000185096 s, 2.8 MB/s 2024-02-23T00:32:18.848 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-23T00:32:18.907 DEBUG:teuthology.orchestra.run.smithi122:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-23T00:32:19.021 INFO:teuthology.orchestra.run.smithi122.stdout:loop 2024-02-23T00:32:19.022 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2024-02-23T00:32:19.023 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-23T00:32:19.058 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-02-23T00:32:19.091 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_11 2024-02-23T00:32:19.129 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2024-02-23T00:32:19.129 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-23T00:32:19.211 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-02-23T00:32:19.244 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_21 2024-02-23T00:32:19.281 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2024-02-23T00:32:19.281 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-23T00:32:19.361 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-02-23T00:32:19.394 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_31 2024-02-23T00:32:19.431 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2024-02-23T00:32:19.431 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-23T00:32:19.510 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-02-23T00:32:19.543 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_41 2024-02-23T00:32:19.580 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:32:19.581 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:32:19.640 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme list 2024-02-23T00:32:19.704 INFO:teuthology.orchestra.run.smithi122.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme0n1 PHFT6204010U400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme1n1 933582f9459bb809aa7e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme2n1 607c182b270b96121816 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme3n1 c583414733cff9d15813 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:19.705 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme4n1 9adbe84df07b87990415 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:32:19.706 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:32:19.706 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:32:19.706 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2024-02-23T00:32:19.773 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-23T00:32:19.860 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': 'eb66ed921e744301e6863be6353618d63967ea59'} 2024-02-23T00:32:19.860 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-23T00:32:19.860 INFO:tasks.cephadm:Cluster fsid is 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:32:19.860 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-23T00:32:19.861 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-23T00:32:19.861 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi098': '172.21.15.98', 'mon.smithi122': '172.21.15.122'} 2024-02-23T00:32:19.861 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-23T00:32:19.861 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-02-23T00:32:19.894 DEBUG:teuthology.orchestra.run.smithi122:> sudo hostname $(hostname -s) 2024-02-23T00:32:19.921 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref eb66ed921e744301e6863be6353618d63967ea59)... 2024-02-23T00:32:19.921 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/eb66ed921e744301e6863be6353618d63967ea59/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.114 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 23 00:32 /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.115 DEBUG:teuthology.orchestra.run.smithi122:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/eb66ed921e744301e6863be6353618d63967ea59/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.278 INFO:teuthology.orchestra.run.smithi122.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 23 00:32 /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.279 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.301 DEBUG:teuthology.orchestra.run.smithi122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-23T00:32:20.328 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-02-23T00:32:20.373 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /etc/ceph 2024-02-23T00:32:20.401 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-02-23T00:32:20.443 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 777 /etc/ceph 2024-02-23T00:32:20.469 INFO:tasks.cephadm:Writing seed config... 2024-02-23T00:32:20.470 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-23T00:32:20.470 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-23T00:32:20.470 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-23T00:32:20.470 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-23T00:32:20.470 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-23T00:32:20.471 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-23T00:32:20.471 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-23T00:32:20.471 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-23T00:32:20.471 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:32:20.471 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-23T00:32:20.503 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = 00f08340-d1e3-11ee-95c0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-23T00:32:20.503 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service 2024-02-23T00:32:20.545 INFO:tasks.cephadm:Bootstrapping... 2024-02-23T00:32:20.546 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 -v bootstrap --fsid 00f08340-d1e3-11ee-95c0-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.98 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:32:20.573 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Fri 2024-02-23 00:25:38 UTC. -- 2024-02-23T00:32:20.832 INFO:teuthology.orchestra.run.smithi098.stderr:-------------------------------------------------------------------------------- 2024-02-23T00:32:20.833 INFO:teuthology.orchestra.run.smithi098.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59', '-v', 'bootstrap', '--fsid', '00f08340-d1e3-11ee-95c0-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.98', '--skip-admin-label'] 2024-02-23T00:32:22.601 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.9.3-dev 2024-02-23T00:32:22.613 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying podman|docker is present... 2024-02-23T00:32:22.635 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.9.3-dev 2024-02-23T00:32:22.650 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying lvm2 is present... 2024-02-23T00:32:22.650 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying time synchronization is in place... 2024-02-23T00:32:22.658 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-23T00:32:22.664 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:32:22.671 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: enabled 2024-02-23T00:32:22.676 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: active 2024-02-23T00:32:22.677 INFO:teuthology.orchestra.run.smithi098.stderr:Unit chronyd.service is enabled and running 2024-02-23T00:32:22.677 INFO:teuthology.orchestra.run.smithi098.stderr:Repeating the final host check... 2024-02-23T00:32:22.698 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.9.3-dev 2024-02-23T00:32:22.709 INFO:teuthology.orchestra.run.smithi098.stderr:podman (/bin/podman) version 4.9.3 is present 2024-02-23T00:32:22.709 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl is present 2024-02-23T00:32:22.709 INFO:teuthology.orchestra.run.smithi098.stderr:lvcreate is present 2024-02-23T00:32:22.715 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-23T00:32:22.721 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:32:22.727 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: enabled 2024-02-23T00:32:22.733 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: active 2024-02-23T00:32:22.733 INFO:teuthology.orchestra.run.smithi098.stderr:Unit chronyd.service is enabled and running 2024-02-23T00:32:22.733 INFO:teuthology.orchestra.run.smithi098.stderr:Host looks OK 2024-02-23T00:32:22.733 INFO:teuthology.orchestra.run.smithi098.stderr:Cluster fsid: 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:32:22.733 INFO:teuthology.orchestra.run.smithi098.stderr:Acquiring lock 139850382856320 on /run/cephadm/00f08340-d1e3-11ee-95c0-87774f69a715.lock 2024-02-23T00:32:22.734 INFO:teuthology.orchestra.run.smithi098.stderr:Lock 139850382856320 acquired on /run/cephadm/00f08340-d1e3-11ee-95c0-87774f69a715.lock 2024-02-23T00:32:22.734 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying IP 172.21.15.98 port 3300 ... 2024-02-23T00:32:22.734 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying IP 172.21.15.98 port 6789 ... 2024-02-23T00:32:22.734 INFO:teuthology.orchestra.run.smithi098.stderr:Base mon IP(s) is [172.21.15.98:3300, 172.21.15.98:6789], mon addrv is [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2024-02-23T00:32:22.737 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2024-02-23T00:32:22.737 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2024-02-23T00:32:22.740 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-23T00:32:22.740 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-23T00:32:22.740 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1783sec hoplimit 64 pref medium 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d26b/64 scope link 2024-02-23T00:32:22.743 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-23T00:32:22.744 INFO:teuthology.orchestra.run.smithi098.stderr:Mon IP `172.21.15.98` is in CIDR network `172.21.0.0/20` 2024-02-23T00:32:22.744 INFO:teuthology.orchestra.run.smithi098.stderr:Mon IP `172.21.15.98` is in CIDR network `172.21.0.0/20` 2024-02-23T00:32:22.744 INFO:teuthology.orchestra.run.smithi098.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-23T00:32:22.744 INFO:teuthology.orchestra.run.smithi098.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-23T00:32:22.745 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59... 2024-02-23T00:32:22.843 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59... 2024-02-23T00:32:24.757 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Getting image source signatures 2024-02-23T00:32:24.765 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying blob sha256:6a725db67f9d8a3d1854323a2987a594424da05f10d8a333e41377f3b137fc12 2024-02-23T00:32:24.765 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-23T00:32:52.359 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying config sha256:7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550 2024-02-23T00:32:52.542 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Writing manifest to image destination 2024-02-23T00:32:52.802 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550 2024-02-23T00:32:53.664 INFO:teuthology.orchestra.run.smithi098.stderr:ceph: ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable) 2024-02-23T00:32:54.513 INFO:teuthology.orchestra.run.smithi098.stderr:Ceph version: ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable) 2024-02-23T00:32:54.514 INFO:teuthology.orchestra.run.smithi098.stderr:Extracting ceph user uid/gid from container image... 2024-02-23T00:32:55.054 INFO:teuthology.orchestra.run.smithi098.stderr:stat: 167 167 2024-02-23T00:32:55.799 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial keys... 2024-02-23T00:32:56.387 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC459dl93DTDxAAAgNCA+3mG0YDelkO31z9aw== 2024-02-23T00:32:57.651 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC559dldK+XIBAAc8rf+jk4/u5IW7Bwh9Hy0g== 2024-02-23T00:32:59.057 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC659dlynHLNRAA+kckOGYYlfyZDLiEBgYvAw== 2024-02-23T00:33:02.079 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial monmap... 2024-02-23T00:33:02.661 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-23T00:33:02.661 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:02.661 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-23T00:33:03.279 INFO:teuthology.orchestra.run.smithi098.stderr:monmaptool for smithi098 [v2:172.21.15.98:3300,v1:172.21.15.98:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-23T00:33:03.279 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: set fsid to 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:03.279 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-23T00:33:03.279 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:33:03.279 INFO:teuthology.orchestra.run.smithi098.stderr:Creating mon... 2024-02-23T00:33:03.886 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.769+0000 7f35a5c3b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.770+0000 7f35a5c3b880 1 imported monmap: 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: fsid 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: last_changed 2024-02-23T00:33:02.546043+0000 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: created 2024-02-23T00:33:02.546043+0000 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.smithi098 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.770+0000 7f35a5c3b880 0 /usr/bin/ceph-mon: set fsid to 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.887 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: DB SUMMARY 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 0, files: 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.create_if_missing: 1 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.env: 0x55fefa1da080 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.info_log: 0x55fefad2f300 2024-02-23T00:33:03.888 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:33:03.889 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.write_buffer_manager: 0x55fefad35950 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:33:03.890 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.row_cache: None 2024-02-23T00:33:03.891 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:33:03.892 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:33:03.893 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.771+0000 7f35a5c3b880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.894 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000001 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.merge_operator: 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fefac45d18) 2024-02-23T00:33:03.895 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-23T00:33:03.896 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache: 0x55fefac7ad10 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-23T00:33:03.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:33:03.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:33:03.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:33:03.900 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:33:03.901 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:33:03.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:33:03.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.772+0000 7f35a5c3b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.775+0000 7f35a5c3b880 4 rocksdb: DB pointer 0x55fefad43800 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.775+0000 7f358eaae700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.775+0000 7f358eaae700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-23T00:33:03.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:33:03.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.906 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:33:03.907 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.776+0000 7f35a5c3b880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.777+0000 7f35a5c3b880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-23T00:33:03.908 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:33:03.777+0000 7f35a5c3b880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi098 for mon.smithi098 2024-02-23T00:33:04.411 INFO:teuthology.orchestra.run.smithi098.stderr:create mon.smithi098 on 2024-02-23T00:33:04.521 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-23T00:33:04.614 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target. 2024-02-23T00:33:04.614 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target. 2024-02-23T00:33:04.815 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to reset failed state of unit ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service: Unit ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service not loaded. 2024-02-23T00:33:04.821 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target.wants/ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service → /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715@.service. 2024-02-23T00:33:04.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:04 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T00:33:05.544 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2024-02-23T00:33:05.551 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:33:05.551 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2024-02-23T00:33:05.551 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to enable service . firewalld.service is not available 2024-02-23T00:33:05.552 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mon to start... 2024-02-23T00:33:05.552 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mon... 2024-02-23T00:33:05.793 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.496559+0000 mon.smithi098 (mon.0) 0 : [INF] mkfs 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:05.793 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.473795+0000 mon.smithi098 (mon.0) 1 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2024-02-23T00:33:05.793 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:05 smithi098 bash[34643]: 5d62c7105f56589369758433ac724fb0993164fff9f26077a11ec81780d2e6b1 2024-02-23T00:33:05.793 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:05 smithi098 systemd[1]: Started Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715. 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: cluster: 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: id: 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: services: 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi098 (age 0.642163s) 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-23T00:33:06.141 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: data: 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: pgs: 2024-02-23T00:33:06.142 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:06.815 INFO:teuthology.orchestra.run.smithi098.stderr:mon is available 2024-02-23T00:33:06.816 INFO:teuthology.orchestra.run.smithi098.stderr:Assimilating anything we can from ceph.conf... 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.495270+0000 mon.smithi098 (mon.0) 2 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.495459+0000 mon.smithi098 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.498558+0000 mon.smithi098 (mon.0) 4 : cluster [DBG] fsmap 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.502425+0000 mon.smithi098 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: cluster 2024-02-23T00:33:05.502929+0000 mon.smithi098 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-23T00:33:06.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: audit 2024-02-23T00:33:06.137393+0000 mon.smithi098 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.98:0/1344672338' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-23T00:33:07.502 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [global] 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: fsid = 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [mgr] 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:07.503 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [osd] 2024-02-23T00:33:07.504 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-23T00:33:07.504 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-23T00:33:07.824 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: audit 2024-02-23T00:33:07.496837+0000 mon.smithi098 (mon.0) 8 : audit [INF] from='client.? 172.21.15.98:0/3301604440' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-23T00:33:07.824 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: audit 2024-02-23T00:33:07.499773+0000 mon.smithi098 (mon.0) 9 : audit [INF] from='client.? 172.21.15.98:0/3301604440' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-23T00:33:08.064 INFO:teuthology.orchestra.run.smithi098.stderr:Generating new minimal ceph.conf... 2024-02-23T00:33:08.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: audit 2024-02-23T00:33:08.621922+0000 mon.smithi098 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.98:0/1092508749' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:33:09.246 INFO:teuthology.orchestra.run.smithi098.stderr:Restarting the monitor... 2024-02-23T00:33:09.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:09 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T00:33:09.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:09 smithi098 bash[34981]: Error: no container with name or ID "ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon.smithi098" found: no such container 2024-02-23T00:33:09.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: debug 2024-02-23T00:33:09.532+0000 7fca32448700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi098 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T00:33:09.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[34658]: debug 2024-02-23T00:33:09.532+0000 7fca32448700 -1 mon.smithi098@0(leader) e1 *** Got Signal Terminated *** 2024-02-23T00:33:10.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:09 smithi098 bash[35021]: ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098 2024-02-23T00:33:10.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 systemd[1]: ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service: Succeeded. 2024-02-23T00:33:10.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 systemd[1]: Stopped Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715. 2024-02-23T00:33:10.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T00:33:10.795 INFO:teuthology.orchestra.run.smithi098.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.755+0000 7f591576c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.755+0000 7f591576c880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 7 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.755+0000 7f591576c880 0 pidfile_write: ignore empty --pid-file 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.759+0000 7f591576c880 0 load: jerasure load: lrc load: isa 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: DB SUMMARY 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T00:33:11.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 1, files: 000004.sst 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000006.log size: 87011 ; 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.env: 0x56549d907080 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:33:11.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.info_log: 0x56549f3bc560 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:33:11.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.write_buffer_manager: 0x5654a002c450 2024-02-23T00:33:11.064 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:33:11.065 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.row_cache: None 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:33:11.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:33:11.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:33:11.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.760+0000 7f591576c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.merge_operator: 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:33:11.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56549f361d10) 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cache_index_and_filter_blocks: 1 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: pin_top_level_index_and_filter: 1 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: index_type: 0 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: data_block_index_type: 0 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: index_shortening: 1 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: hash_index_allow_collision: 1 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: checksum: 1 2024-02-23T00:33:11.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: no_block_cache: 0 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_cache: 0x56549f396f10 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_cache_name: BinnedLRUCache 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_cache_options: 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: capacity : 536870912 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: num_shard_bits : 4 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: strict_capacity_limit : 0 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: high_pri_pool_ratio: 0.000 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_cache_compressed: (nil) 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: persistent_cache: (nil) 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_size: 4096 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_size_deviation: 10 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_restart_interval: 16 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: index_block_restart_interval: 1 2024-02-23T00:33:11.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: metadata_block_size: 4096 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: partition_filters: 0 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: use_delta_encoding: 1 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: whole_key_filtering: 1 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: verify_compression: 0 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: read_amp_bytes_per_bit: 0 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: format_version: 2 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: enable_index_compression: 1 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: block_align: 0 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:33:11.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:33:11.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:33:11.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:33:11.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:33:11.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648390762658, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.761+0000 7f591576c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-23T00:33:11.078 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.762+0000 7f591576c880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.762+0000 7f591576c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648390763510, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83720, "table_properties": {"data_size": 81987, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76542, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1708648390, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.762+0000 7f591576c880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.762+0000 7f591576c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648390763909, "job": 1, "event": "recovery_finished"} 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.763+0000 7f591576c880 4 rocksdb: DB pointer 0x56549f45f800 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.763+0000 7f58fc55e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.763+0000 7f58fc55e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** DB Stats ** 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:33:11.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** Compaction Stats [default] ** 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** Compaction Stats [default] ** 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Cumulative compaction: 0.00 GB write, 30.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Interval compaction: 0.00 GB write, 30.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** Compaction Stats [default] ** 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:11.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** Compaction Stats [default] ** 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.6 0.00 0.00 1 0.001 0 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:33:11.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Cumulative compaction: 0.00 GB write, 29.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.764+0000 7f591576c880 0 starting mon.smithi098 rank 0 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi098 fsid 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 1 mon.smithi098@-1(???) e1 preinit fsid 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).mds e1 new map 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).mds e1 print_map 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: e1 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: legacy client fscid: -1 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: No filesystems configured 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:08.621922+0000 mon.smithi098 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.98:0/1092508749' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:33:10.765+0000 7f591576c880 1 mon.smithi098@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 bash[35143]: 5447c2e783047bb40c0668abea7ffb1e83233f0cc218f4181f252bd5f5c55243 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 systemd[1]: Started Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715. 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:10.782650+0000 mon.smithi098 (mon.0) 1 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:10.782710+0000 mon.smithi098 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:10.783062+0000 mon.smithi098 (mon.0) 3 : cluster [DBG] fsmap 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:10.783090+0000 mon.smithi098 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-23T00:33:11.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:10.783464+0000 mon.smithi098 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-23T00:33:11.992 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-23T00:33:11.992 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:33:11.992 INFO:teuthology.orchestra.run.smithi098.stderr:Creating mgr... 2024-02-23T00:33:11.992 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying port 9283 ... 2024-02-23T00:33:12.117 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to reset failed state of unit ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mgr.smithi098.snaxby.service: Unit ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mgr.smithi098.snaxby.service not loaded. 2024-02-23T00:33:12.123 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715.target.wants/ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mgr.smithi098.snaxby.service → /etc/systemd/system/ceph-00f08340-d1e3-11ee-95c0-87774f69a715@.service. 2024-02-23T00:33:12.859 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:11.483418+0000 mon.smithi098 (mon.0) 6 : audit [INF] from='client.? 172.21.15.98:0/3262117671' entity='client.admin' 2024-02-23T00:33:12.873 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2024-02-23T00:33:12.882 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:33:12.883 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2024-02-23T00:33:12.883 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to enable service . firewalld.service is not available 2024-02-23T00:33:12.891 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2024-02-23T00:33:12.898 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:33:12.899 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2024-02-23T00:33:12.899 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-23T00:33:12.899 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr to start... 2024-02-23T00:33:12.899 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr... 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "00f08340-d1e3-11ee-95c0-87774f69a715", 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:33:13.562 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-23T00:33:13.563 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:33:13.564 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:33:13.565 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:33:13.570 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": false, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:33:13.571 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:33:05.496963+0000", 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:13.572 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:33:13.573 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:33:13.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:13.557548+0000 mon.smithi098 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.98:0/2579742024' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:33:14.194 INFO:teuthology.orchestra.run.smithi098.stderr:mgr not available, waiting (1/15)... 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "00f08340-d1e3-11ee-95c0-87774f69a715", 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:33:16.897 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:33:16.898 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:33:16.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:33:16.899 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:33:16.902 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": false, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:33:16.903 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:33:05.496963+0000", 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:16.904 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:16.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:33:16.905 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:33:17.238 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:16.893353+0000 mon.smithi098 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.98:0/143792875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:33:18.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:18.122084+0000 mon.smithi098 (mon.0) 9 : cluster [INF] Activating manager daemon smithi098.snaxby 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:18.124601+0000 mon.smithi098 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi098.snaxby(active, starting, since 0.0026211s) 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.125575+0000 mon.smithi098 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.125693+0000 mon.smithi098 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.125798+0000 mon.smithi098 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.125905+0000 mon.smithi098 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.126279+0000 mon.smithi098 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr metadata", "who": "smithi098.snaxby", "id": "smithi098.snaxby"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:18.139301+0000 mon.smithi098 (mon.0) 16 : cluster [INF] Manager daemon smithi098.snaxby is now available 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.147840+0000 mon.smithi098 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.152780+0000 mon.smithi098 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.154588+0000 mon.smithi098 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/trash_purge_schedule"}]: dispatch 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.158045+0000 mon.smithi098 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:18.159847+0000 mon.smithi098 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.98:0/3777434470' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:18.975 INFO:teuthology.orchestra.run.smithi098.stderr:mgr not available, waiting (2/15)... 2024-02-23T00:33:20.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:19.128122+0000 mon.smithi098 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi098.snaxby(active, since 1.00614s) 2024-02-23T00:33:22.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:21.128101+0000 mon.smithi098 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi098.snaxby(active, since 3s) 2024-02-23T00:33:25.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:25.377878+0000 mon.smithi098 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.98:0/271954826' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:33:25.964 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:25.964 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:33:25.964 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "00f08340-d1e3-11ee-95c0-87774f69a715", 2024-02-23T00:33:25.964 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 14, 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:33:25.965 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.966 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:33:25.967 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:33:25.968 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:33:05.496963+0000", 2024-02-23T00:33:25.969 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:33:25.969 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2024-02-23T00:33:25.969 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:33:25.969 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:33:27.928 INFO:teuthology.orchestra.run.smithi098.stderr:mgr is available 2024-02-23T00:33:28.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:28.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [global] 2024-02-23T00:33:28.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: fsid = 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:28.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-23T00:33:28.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [mgr] 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [osd] 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-23T00:33:28.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-23T00:33:29.039 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:28.703558+0000 mon.smithi098 (mon.0) 25 : audit [INF] from='client.? 172.21.15.98:0/528864003' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-23T00:33:29.334 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling cephadm module... 2024-02-23T00:33:30.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:30.140689+0000 mon.smithi098 (mon.0) 26 : audit [INF] from='client.? 172.21.15.98:0/2035996599' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-23T00:33:31.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:30.193767+0000 mon.smithi098 (mon.0) 27 : audit [INF] from='client.? 172.21.15.98:0/2035996599' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-23T00:33:31.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:30.193824+0000 mon.smithi098 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi098.snaxby(active, since 12s) 2024-02-23T00:33:31.705 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:33:31.705 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-23T00:33:31.705 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:33:31.705 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "active_name": "smithi098.snaxby", 2024-02-23T00:33:31.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-23T00:33:31.706 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:33:32.447 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for the mgr to restart... 2024-02-23T00:33:32.447 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr epoch 5... 2024-02-23T00:33:32.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:31.703555+0000 mon.smithi098 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.98:0/3563581592' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-23T00:33:35.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:35.499827+0000 mon.smithi098 (mon.0) 30 : cluster [INF] Active manager daemon smithi098.snaxby restarted 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:35.500045+0000 mon.smithi098 (mon.0) 31 : cluster [INF] Activating manager daemon smithi098.snaxby 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:35.502729+0000 mon.smithi098 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:35.502840+0000 mon.smithi098 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi098.snaxby(active, starting, since 0.00287308s) 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.503587+0000 mon.smithi098 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.504124+0000 mon.smithi098 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr metadata", "who": "smithi098.snaxby", "id": "smithi098.snaxby"}]: dispatch 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.504699+0000 mon.smithi098 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.504907+0000 mon.smithi098 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.505094+0000 mon.smithi098 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:35.518340+0000 mon.smithi098 (mon.0) 39 : cluster [INF] Manager daemon smithi098.snaxby is now available 2024-02-23T00:33:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.530219+0000 mon.smithi098 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:36.513 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:33:36.513 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-23T00:33:36.513 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "initialized": true 2024-02-23T00:33:36.513 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:33:36.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:35.527632+0000 mgr.smithi098.snaxby (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.614120+0000 mon.smithi098 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.615148+0000 mon.smithi098 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.616581+0000 mon.smithi098 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.618500+0000 mon.smithi098 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.632262+0000 mon.smithi098 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:35.634829+0000 mon.smithi098 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/trash_purge_schedule"}]: dispatch 2024-02-23T00:33:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:36.505575+0000 mon.smithi098 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi098.snaxby(active, since 1.0056s) 2024-02-23T00:33:37.178 INFO:teuthology.orchestra.run.smithi098.stderr:mgr epoch 5 is available 2024-02-23T00:33:37.178 INFO:teuthology.orchestra.run.smithi098.stderr:Setting orchestrator backend to cephadm... 2024-02-23T00:33:37.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:36.504570+0000 mgr.smithi098.snaxby (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-23T00:33:37.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:36.511407+0000 mgr.smithi098.snaxby (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-23T00:33:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:37.616442+0000 mon.smithi098 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi098.snaxby(active, since 2s) 2024-02-23T00:33:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:37.905551+0000 mgr.smithi098.snaxby (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:37.910129+0000 mon.smithi098 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:37.944045+0000 mon.smithi098 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:33:39.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: value unchanged 2024-02-23T00:33:39.858 INFO:teuthology.orchestra.run.smithi098.stderr:Generating ssh key... 2024-02-23T00:33:40.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:39.250610+0000 mgr.smithi098.snaxby (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:42.090 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSRT8vRsPQvUD3cqHzaMOLbotA2HLfmQ6ym7jg/IiZ+8NQDIbn8jS9FzsmmOjeK8d1Uvo3Z1ax5SfPMIYGXp0PKB4Hawzwoxae7GArtM+GNZ/+PBfLYmU3nZQ1zxYLYl7cIuAWEBF4FQPkW1r+oHm1IryplwxOXmMQwQnsmXc/R2SZr20KzutkXaIXl5C/YGwPSz1a0iCTrZ6SlEDxXAvU2LL3Z6bhsJkPMuHk20cvFOFWKYwm8q6NON4IRse5nW9icntrhKmUGIVOH5GyQqRHe6G1JroWR93RKC3Jgb+wBcp70mbCtzif0OWVI8K3O12c34vyjEkdJOc+IZ9X1RMeJbgmMQRwMgAo8Dvs6g7B7F7DW5Gmw40Fbn8ijeDzltHfxGgmSHuPDK3thh0LHWkdBZtK9adfi4WiXEBCQI1CXii0lPOQRIxn8bq5tNUqFkw+Q0d4mJRwKDGzc+66Priqwgd4u8A+8ZhAQ/w46jWldaOv6lGsb8s86ab2HJIW3yE= ceph-00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:33:42.109 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:40.630486+0000 mgr.smithi098.snaxby (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:42.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:40.630689+0000 mgr.smithi098.snaxby (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-23T00:33:42.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:40.729525+0000 mon.smithi098 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:42.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:40.731148+0000 mon.smithi098 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:42.772 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-23T00:33:42.772 INFO:teuthology.orchestra.run.smithi098.stderr:Adding key to root@localhost authorized_keys... 2024-02-23T00:33:42.773 INFO:teuthology.orchestra.run.smithi098.stderr:Adding host smithi098... 2024-02-23T00:33:43.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:42.088896+0000 mgr.smithi098.snaxby (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:44.149 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Added host 'smithi098' with addr '172.21.15.98' 2024-02-23T00:33:44.846 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying mon service with default placement... 2024-02-23T00:33:45.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:43.511599+0000 mgr.smithi098.snaxby (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "addr": "172.21.15.98", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:45.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:44.146659+0000 mon.smithi098 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:44.146964+0000 mgr.smithi098.snaxby (mgr.14116) 10 : cephadm [INF] Added host smithi098 2024-02-23T00:33:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:44.171704+0000 mon.smithi098 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:33:45.560 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-23T00:33:46.188 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying mgr service with default placement... 2024-02-23T00:33:46.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:45.548736+0000 mgr.smithi098.snaxby (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:46.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:45.549842+0000 mgr.smithi098.snaxby (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-23T00:33:46.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:45.552920+0000 mon.smithi098 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:47.127 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-23T00:33:48.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:47.122802+0000 mgr.smithi098.snaxby (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:47.123675+0000 mgr.smithi098.snaxby (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-23T00:33:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:47.125809+0000 mon.smithi098 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:48.568 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying crash service with default placement... 2024-02-23T00:33:49.309 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-23T00:33:49.617 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:48.226358+0000 mon.smithi098 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:49.617 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:48.638463+0000 mon.smithi098 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:50.274 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying prometheus service with default placement... 2024-02-23T00:33:50.528 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:49.304306+0000 mgr.smithi098.snaxby (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:50.528 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:49.305270+0000 mgr.smithi098.snaxby (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-23T00:33:50.528 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:49.308002+0000 mon.smithi098 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:51.282 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-23T00:33:52.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:50.986802+0000 mon.smithi098 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:52.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:51.281528+0000 mon.smithi098 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:52.497 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying grafana service with default placement... 2024-02-23T00:33:53.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:51.278334+0000 mgr.smithi098.snaxby (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:53.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:51.279199+0000 mgr.smithi098.snaxby (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-23T00:33:53.561 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-23T00:33:54.265 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying node-exporter service with default placement... 2024-02-23T00:33:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:53.557452+0000 mgr.smithi098.snaxby (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:53.558268+0000 mgr.smithi098.snaxby (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-23T00:33:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:53.560385+0000 mon.smithi098 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:55.002 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-23T00:33:55.738 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying alertmanager service with default placement... 2024-02-23T00:33:56.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:54.997911+0000 mgr.smithi098.snaxby (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:56.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:54.998760+0000 mgr.smithi098.snaxby (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-23T00:33:56.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:55.000893+0000 mon.smithi098 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:56.597 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-23T00:33:57.316 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:55.506481+0000 mgr.smithi098.snaxby (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:33:57.316 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:56.596649+0000 mon.smithi098 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.98:0/2599521771' entity='mgr.smithi098.snaxby' 2024-02-23T00:33:58.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:56.593564+0000 mgr.smithi098.snaxby (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:33:58.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:33:56.594485+0000 mgr.smithi098.snaxby (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-23T00:33:59.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:57.506878+0000 mgr.smithi098.snaxby (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:33:59.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:33:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:58.066735+0000 mon.smithi098 (mon.0) 65 : audit [INF] from='client.? 172.21.15.98:0/491223231' entity='client.admin' 2024-02-23T00:34:00.321 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling the dashboard module... 2024-02-23T00:34:00.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:33:59.507183+0000 mgr.smithi098.snaxby (mgr.14116) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:00.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:33:59.613599+0000 mon.smithi098 (mon.0) 66 : audit [INF] from='client.? 172.21.15.98:0/2495404412' entity='client.admin' 2024-02-23T00:34:01.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:01.124637+0000 mon.smithi098 (mon.0) 67 : audit [INF] from='client.? 172.21.15.98:0/1289979816' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-23T00:34:02.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:01.617969+0000 mon.smithi098 (mon.0) 68 : audit [INF] from='client.? 172.21.15.98:0/1289979816' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-23T00:34:02.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:01.618036+0000 mon.smithi098 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi098.snaxby(active, since 26s) 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "active_name": "smithi098.snaxby", 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-23T00:34:03.144 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:34:03.793 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for the mgr to restart... 2024-02-23T00:34:03.794 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr epoch 9... 2024-02-23T00:34:03.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:03.142335+0000 mon.smithi098 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.98:0/1952124631' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-23T00:34:07.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:06.988808+0000 mon.smithi098 (mon.0) 71 : cluster [INF] Active manager daemon smithi098.snaxby restarted 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:06.989118+0000 mon.smithi098 (mon.0) 72 : cluster [INF] Activating manager daemon smithi098.snaxby 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:06.992218+0000 mon.smithi098 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:06.992319+0000 mon.smithi098 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi098.snaxby(active, starting, since 0.00333141s) 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:06.993119+0000 mon.smithi098 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:06.993595+0000 mon.smithi098 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr metadata", "who": "smithi098.snaxby", "id": "smithi098.snaxby"}]: dispatch 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:06.994235+0000 mon.smithi098 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:06.994384+0000 mon.smithi098 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:06.994516+0000 mon.smithi098 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:34:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:06.996428+0000 mon.smithi098 (mon.0) 80 : cluster [INF] Manager daemon smithi098.snaxby is now available 2024-02-23T00:34:08.002 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2024-02-23T00:34:08.003 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-23T00:34:08.003 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "initialized": true 2024-02-23T00:34:08.003 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2024-02-23T00:34:08.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:07.090483+0000 mon.smithi098 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:34:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:07.091797+0000 mon.smithi098 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:34:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:07.116519+0000 mon.smithi098 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:34:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:07.119615+0000 mon.smithi098 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/trash_purge_schedule"}]: dispatch 2024-02-23T00:34:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:07.994226+0000 mon.smithi098 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi098.snaxby(active, since 1.00523s) 2024-02-23T00:34:09.088 INFO:teuthology.orchestra.run.smithi098.stderr:mgr epoch 9 is available 2024-02-23T00:34:09.088 INFO:teuthology.orchestra.run.smithi098.stderr:Generating a dashboard self-signed certificate... 2024-02-23T00:34:09.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:07.993498+0000 mgr.smithi098.snaxby (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-23T00:34:09.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:08.000483+0000 mgr.smithi098.snaxby (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-23T00:34:09.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:08.634777+0000 mon.smithi098 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:10.088 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-23T00:34:10.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:09.636360+0000 mon.smithi098 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi098.snaxby(active, since 2s) 2024-02-23T00:34:10.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:10.082348+0000 mon.smithi098 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:10.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:10.087228+0000 mon.smithi098 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:11.719 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial admin user... 2024-02-23T00:34:11.722 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:09.938636+0000 mgr.smithi098.snaxby (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:34:12.769 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$U8xa6YytHy3skm84LOD2Lu0Bm9T1CN6sd3WpL6Agh.rBTWI407CPe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708648452, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-23T00:34:13.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:12.551119+0000 mgr.smithi098.snaxby (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-02-23T00:34:13.577 INFO:teuthology.orchestra.run.smithi098.stderr:Fetching dashboard port number... 2024-02-23T00:34:13.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:12.767363+0000 mon.smithi098 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:14.416 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 8443 2024-02-23T00:34:15.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:13.769494+0000 mon.smithi098 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi098.snaxby(active, since 6s) 2024-02-23T00:34:15.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:14.414848+0000 mon.smithi098 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.98:0/960918689' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-23T00:34:15.119 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2024-02-23T00:34:15.126 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2024-02-23T00:34:15.127 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2024-02-23T00:34:15.127 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-23T00:34:15.129 INFO:teuthology.orchestra.run.smithi098.stderr:Ceph Dashboard is now available at: 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: URL: https://smithi098.front.sepia.ceph.com:8443/ 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: User: admin 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: Password: x5dqgdom3g 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:15.130 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling autotune for osd_memory_target 2024-02-23T00:34:17.668 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr:Or, if you are only running a single cluster on this host: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.442 INFO:teuthology.orchestra.run.smithi098.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: ceph telemetry on 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr:For more information see: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T00:34:18.443 INFO:teuthology.orchestra.run.smithi098.stderr:Bootstrap complete. 2024-02-23T00:34:18.482 INFO:tasks.cephadm:Fetching config... 2024-02-23T00:34:18.483 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:34:18.483 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-23T00:34:18.502 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-23T00:34:18.502 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:34:18.502 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-23T00:34:18.560 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-23T00:34:18.561 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:34:18.561 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/keyring of=/dev/stdout 2024-02-23T00:34:18.628 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-23T00:34:18.628 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:34:18.628 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-23T00:34:18.686 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-23T00:34:18.686 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSRT8vRsPQvUD3cqHzaMOLbotA2HLfmQ6ym7jg/IiZ+8NQDIbn8jS9FzsmmOjeK8d1Uvo3Z1ax5SfPMIYGXp0PKB4Hawzwoxae7GArtM+GNZ/+PBfLYmU3nZQ1zxYLYl7cIuAWEBF4FQPkW1r+oHm1IryplwxOXmMQwQnsmXc/R2SZr20KzutkXaIXl5C/YGwPSz1a0iCTrZ6SlEDxXAvU2LL3Z6bhsJkPMuHk20cvFOFWKYwm8q6NON4IRse5nW9icntrhKmUGIVOH5GyQqRHe6G1JroWR93RKC3Jgb+wBcp70mbCtzif0OWVI8K3O12c34vyjEkdJOc+IZ9X1RMeJbgmMQRwMgAo8Dvs6g7B7F7DW5Gmw40Fbn8ijeDzltHfxGgmSHuPDK3thh0LHWkdBZtK9adfi4WiXEBCQI1CXii0lPOQRIxn8bq5tNUqFkw+Q0d4mJRwKDGzc+66Priqwgd4u8A+8ZhAQ/w46jWldaOv6lGsb8s86ab2HJIW3yE= ceph-00f08340-d1e3-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-23T00:34:18.750 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:17.664251+0000 mon.smithi098 (mon.0) 93 : audit [INF] from='client.? 172.21.15.98:0/2340759411' entity='client.admin' 2024-02-23T00:34:18.761 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSRT8vRsPQvUD3cqHzaMOLbotA2HLfmQ6ym7jg/IiZ+8NQDIbn8jS9FzsmmOjeK8d1Uvo3Z1ax5SfPMIYGXp0PKB4Hawzwoxae7GArtM+GNZ/+PBfLYmU3nZQ1zxYLYl7cIuAWEBF4FQPkW1r+oHm1IryplwxOXmMQwQnsmXc/R2SZr20KzutkXaIXl5C/YGwPSz1a0iCTrZ6SlEDxXAvU2LL3Z6bhsJkPMuHk20cvFOFWKYwm8q6NON4IRse5nW9icntrhKmUGIVOH5GyQqRHe6G1JroWR93RKC3Jgb+wBcp70mbCtzif0OWVI8K3O12c34vyjEkdJOc+IZ9X1RMeJbgmMQRwMgAo8Dvs6g7B7F7DW5Gmw40Fbn8ijeDzltHfxGgmSHuPDK3thh0LHWkdBZtK9adfi4WiXEBCQI1CXii0lPOQRIxn8bq5tNUqFkw+Q0d4mJRwKDGzc+66Priqwgd4u8A+8ZhAQ/w46jWldaOv6lGsb8s86ab2HJIW3yE= ceph-00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:34:18.772 DEBUG:teuthology.orchestra.run.smithi122:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSRT8vRsPQvUD3cqHzaMOLbotA2HLfmQ6ym7jg/IiZ+8NQDIbn8jS9FzsmmOjeK8d1Uvo3Z1ax5SfPMIYGXp0PKB4Hawzwoxae7GArtM+GNZ/+PBfLYmU3nZQ1zxYLYl7cIuAWEBF4FQPkW1r+oHm1IryplwxOXmMQwQnsmXc/R2SZr20KzutkXaIXl5C/YGwPSz1a0iCTrZ6SlEDxXAvU2LL3Z6bhsJkPMuHk20cvFOFWKYwm8q6NON4IRse5nW9icntrhKmUGIVOH5GyQqRHe6G1JroWR93RKC3Jgb+wBcp70mbCtzif0OWVI8K3O12c34vyjEkdJOc+IZ9X1RMeJbgmMQRwMgAo8Dvs6g7B7F7DW5Gmw40Fbn8ijeDzltHfxGgmSHuPDK3thh0LHWkdBZtK9adfi4WiXEBCQI1CXii0lPOQRIxn8bq5tNUqFkw+Q0d4mJRwKDGzc+66Priqwgd4u8A+8ZhAQ/w46jWldaOv6lGsb8s86ab2HJIW3yE= ceph-00f08340-d1e3-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-23T00:34:18.820 INFO:teuthology.orchestra.run.smithi122.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSRT8vRsPQvUD3cqHzaMOLbotA2HLfmQ6ym7jg/IiZ+8NQDIbn8jS9FzsmmOjeK8d1Uvo3Z1ax5SfPMIYGXp0PKB4Hawzwoxae7GArtM+GNZ/+PBfLYmU3nZQ1zxYLYl7cIuAWEBF4FQPkW1r+oHm1IryplwxOXmMQwQnsmXc/R2SZr20KzutkXaIXl5C/YGwPSz1a0iCTrZ6SlEDxXAvU2LL3Z6bhsJkPMuHk20cvFOFWKYwm8q6NON4IRse5nW9icntrhKmUGIVOH5GyQqRHe6G1JroWR93RKC3Jgb+wBcp70mbCtzif0OWVI8K3O12c34vyjEkdJOc+IZ9X1RMeJbgmMQRwMgAo8Dvs6g7B7F7DW5Gmw40Fbn8ijeDzltHfxGgmSHuPDK3thh0LHWkdBZtK9adfi4WiXEBCQI1CXii0lPOQRIxn8bq5tNUqFkw+Q0d4mJRwKDGzc+66Priqwgd4u8A+8ZhAQ/w46jWldaOv6lGsb8s86ab2HJIW3yE= ceph-00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:34:18.833 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-23T00:34:22.915 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-23T00:34:22.915 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-23T00:34:23.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:21.904011+0000 mon.smithi098 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:22.155216+0000 mon.smithi098 (mon.0) 95 : audit [INF] from='client.? 172.21.15.98:0/3573098640' entity='client.admin' 2024-02-23T00:34:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:22.250751+0000 mon.smithi098 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:34:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:22.253845+0000 mon.smithi098 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:34:22.263610+0000 mgr.smithi098.snaxby (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi098 on smithi098 2024-02-23T00:34:27.258 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi122 2024-02-23T00:34:27.259 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:34:27.259 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.conf 2024-02-23T00:34:27.281 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:34:27.281 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:34:27.342 INFO:tasks.cephadm:Adding host smithi122 to orchestrator... 2024-02-23T00:34:27.343 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch host add smithi122 2024-02-23T00:34:27.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:26.191428+0000 mgr.smithi098.snaxby (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-02-23T00:34:27.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:26.193810+0000 mon.smithi098 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:28.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:26.995595+0000 mgr.smithi098.snaxby (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:30.584 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:28.995854+0000 mgr.smithi098.snaxby (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:30.996141+0000 mgr.smithi098.snaxby (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:32.996373+0000 mgr.smithi098.snaxby (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:33.219853+0000 mon.smithi098 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:33.221364+0000 mon.smithi098 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:33.223627+0000 mon.smithi098 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:33.224136+0000 mon.smithi098 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:34:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:34:33.224576+0000 mgr.smithi098.snaxby (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi098 on smithi098 2024-02-23T00:34:36.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:34.996584+0000 mgr.smithi098.snaxby (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.791006+0000 mon.smithi098 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.838575+0000 mon.smithi098 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.840321+0000 mon.smithi098 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.842317+0000 mon.smithi098 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-23T00:34:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.844910+0000 mon.smithi098 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:37.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:35.842631+0000 mgr.smithi098.snaxby (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-23T00:34:37.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:34:35.851664+0000 mgr.smithi098.snaxby (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-02-23T00:34:37.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:37.116574+0000 mon.smithi098 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:38.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:36.997030+0000 mgr.smithi098.snaxby (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:40.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:38.997221+0000 mgr.smithi098.snaxby (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:42.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:40.997432+0000 mgr.smithi098.snaxby (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:42.997610+0000 mgr.smithi098.snaxby (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:46.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:44.997829+0000 mgr.smithi098.snaxby (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:48.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:46.998285+0000 mgr.smithi098.snaxby (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:50.394 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:48.998620+0000 mgr.smithi098.snaxby (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:51.612 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:50.240535+0000 mon.smithi098 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:51.612 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:34:50.242612+0000 mgr.smithi098.snaxby (mgr.14156) 22 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-02-23T00:34:52.567 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:50.998882+0000 mgr.smithi098.snaxby (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:52.567 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:52.120538+0000 mon.smithi098 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:54.470 INFO:teuthology.orchestra.run.smithi122.stdout:Added host 'smithi122' with addr '172.21.15.122' 2024-02-23T00:34:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:52.999213+0000 mgr.smithi098.snaxby (mgr.14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:34:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:53.588108+0000 mon.smithi098 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:54.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:53.590259+0000 mon.smithi098 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-23T00:34:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:54.467370+0000 mon.smithi098 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' 2024-02-23T00:34:55.156 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch host ls --format=json 2024-02-23T00:34:55.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:54.590011+0000 mon.smithi098 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.98:0/1393525077' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-23T00:34:55.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:54.590078+0000 mon.smithi098 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi098.snaxby(active, since 47s) 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:59.839940+0000 mon.smithi098 (mon.0) 116 : cluster [INF] Active manager daemon smithi098.snaxby restarted 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:59.840154+0000 mon.smithi098 (mon.0) 117 : cluster [INF] Activating manager daemon smithi098.snaxby 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:59.845433+0000 mon.smithi098 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:59.845542+0000 mon.smithi098 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi098.snaxby(active, starting, since 0.00547438s) 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.846166+0000 mon.smithi098 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.846813+0000 mon.smithi098 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr metadata", "who": "smithi098.snaxby", "id": "smithi098.snaxby"}]: dispatch 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.847603+0000 mon.smithi098 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:35:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.847733+0000 mon.smithi098 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:35:00.128 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.847853+0000 mon.smithi098 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:35:00.128 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:34:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:34:59.861523+0000 mon.smithi098 (mon.0) 125 : cluster [INF] Manager daemon smithi098.snaxby is now available 2024-02-23T00:35:00.846 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:35:00.846 INFO:teuthology.orchestra.run.smithi122.stdout:[{"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.122", "hostname": "smithi122", "labels": [], "status": ""}] 2024-02-23T00:35:01.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.955645+0000 mon.smithi098 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:35:01.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.956880+0000 mon.smithi098 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:35:01.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.986974+0000 mon.smithi098 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:34:59.997371+0000 mon.smithi098 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:35:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:00.001366+0000 mon.smithi098 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.snaxby/trash_purge_schedule"}]: dispatch 2024-02-23T00:35:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:00.429120+0000 mon.smithi098 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:00.675606+0000 mon.smithi098 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:00.844489+0000 mon.smithi098 (mon.0) 133 : cluster [DBG] mgrmap e16: smithi098.snaxby(active, since 1.00442s) 2024-02-23T00:35:01.557 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-23T00:35:01.557 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd crush tunables default 2024-02-23T00:35:02.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:00.844396+0000 mgr.smithi098.snaxby (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:03.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:01.897405+0000 mon.smithi098 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi098.snaxby(active, since 2s) 2024-02-23T00:35:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:04.748812+0000 mon.smithi098 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:05.638819+0000 mon.smithi098 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:05.639706+0000 mon.smithi098 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi122", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:35:09.418 INFO:teuthology.orchestra.run.smithi098.stderr:adjusted tunables profile to default 2024-02-23T00:35:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:09.220830+0000 mon.smithi098 (mon.0) 138 : audit [INF] from='client.? 172.21.15.98:0/652232451' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-23T00:35:10.039 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2024-02-23T00:35:10.039 INFO:tasks.cephadm:Adding mon.smithi122 on smithi122 2024-02-23T00:35:10.039 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch apply mon '2;smithi098:172.21.15.98=smithi098;smithi122:172.21.15.122=smithi122' 2024-02-23T00:35:10.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:09.275927+0000 mon.smithi098 (mon.0) 139 : audit [INF] from='client.? 172.21.15.98:0/652232451' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-23T00:35:10.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:09.275980+0000 mon.smithi098 (mon.0) 140 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:35:12.205 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled mon update... 2024-02-23T00:35:12.930 DEBUG:teuthology.orchestra.run.smithi122:mon.smithi122> sudo journalctl -f -n 0 -u ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi122.service 2024-02-23T00:35:12.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:35:12.932 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:35:12.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:-- Logs begin at Fri 2024-02-23 00:25:40 UTC. -- 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:11.729340+0000 mon.smithi098 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:11.998239+0000 mon.smithi098 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:11.998919+0000 mon.smithi098 (mon.0) 143 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:11.999496+0000 mon.smithi098 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.000483+0000 mgr.smithi098.snaxby (mgr.14182) 2 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.000710+0000 mgr.smithi098.snaxby (mgr.14182) 3 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.036668+0000 mgr.smithi098.snaxby (mgr.14182) 4 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:35:13.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.037094+0000 mgr.smithi098.snaxby (mgr.14182) 5 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.064446+0000 mon.smithi098 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.066573+0000 mon.smithi098 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.071852+0000 mon.smithi098 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.073416+0000 mon.smithi098 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.077651+0000 mon.smithi098 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.078186+0000 mon.smithi098 (mon.0) 150 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.078635+0000 mgr.smithi098.snaxby (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi122 on smithi122 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.199528+0000 mgr.smithi098.snaxby (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi098:172.21.15.98=smithi098;smithi122:172.21.15.122=smithi122", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:12.201278+0000 mgr.smithi098.snaxby (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=smithi098;smithi122:172.21.15.122=smithi122;count:2 2024-02-23T00:35:13.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:12.204089+0000 mon.smithi098 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:15.793 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:35:15.793 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","modified":"2024-02-23T00:33:02.546043Z","created":"2024-02-23T00:33:02.546043Z","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":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:35:15.793 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-02-23T00:35:16.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:15.732453+0000 mon.smithi098 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.122:0/3271731400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:35:17.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:35:17.498 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:35:21.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:19.849312+0000 mgr.smithi098.snaxby (mgr.14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:21.000814+0000 mon.smithi098 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:21.002972+0000 mon.smithi098 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qzchkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:21.004954+0000 mon.smithi098 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qzchkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:21.005631+0000 mon.smithi098 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:21.006432+0000 mon.smithi098 (mon.0) 157 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:22.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:21.007057+0000 mgr.smithi098.snaxby (mgr.14182) 10 : cephadm [INF] Deploying daemon mgr.smithi122.qzchkv on smithi122 2024-02-23T00:35:23.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:21.849703+0000 mgr.smithi098.snaxby (mgr.14182) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:25.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:23.850038+0000 mgr.smithi098.snaxby (mgr.14182) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:25.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:24.990666+0000 mon.smithi098 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:27.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:25.850379+0000 mgr.smithi098.snaxby (mgr.14182) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:27.791 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:35:27.791 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","modified":"2024-02-23T00:33:02.546043Z","created":"2024-02-23T00:33:02.546043Z","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":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:35:27.793 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-02-23T00:35:28.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:27.789851+0000 mon.smithi098 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.122:0/3966749186' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:35:29.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:27.850801+0000 mgr.smithi098.snaxby (mgr.14182) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:30.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:35:30.447 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:35:31.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:29.851192+0000 mgr.smithi098.snaxby (mgr.14182) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:31.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:30.136144+0000 mon.smithi098 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:30.138547+0000 mon.smithi098 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:35:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:30.139275+0000 mon.smithi098 (mon.0) 162 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:35:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:30.139928+0000 mon.smithi098 (mon.0) 163 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:30.140547+0000 mgr.smithi098.snaxby (mgr.14182) 16 : cephadm [INF] Deploying daemon mon.smithi122 on smithi122 2024-02-23T00:35:33.061 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:35:33.061 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","modified":"2024-02-23T00:33:02.546043Z","created":"2024-02-23T00:33:02.546043Z","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":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:35:33.063 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-02-23T00:35:33.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:31.851522+0000 mgr.smithi098.snaxby (mgr.14182) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:33.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:33.060104+0000 mon.smithi098 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.122:0/3061081515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:35:35.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:35:35.325 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:35:35.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:33.851812+0000 mgr.smithi098.snaxby (mgr.14182) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:35.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:34.995589+0000 mon.smithi098 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:35.875 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:35 smithi122 systemd[1]: Starting Ceph mon.smithi122 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T00:35:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:35.501353+0000 mon.smithi098 (mon.0) 166 : cluster [DBG] Standby manager daemon smithi122.qzchkv started 2024-02-23T00:35:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:35.503581+0000 mon.smithi098 (mon.0) 167 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qzchkv/crt"}]: dispatch 2024-02-23T00:35:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:35.504213+0000 mon.smithi098 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T00:35:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:35.506102+0000 mon.smithi098 (mon.0) 169 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qzchkv/key"}]: dispatch 2024-02-23T00:35:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:35.507002+0000 mon.smithi098 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T00:35:36.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.265+0000 7f408c620880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:35:36.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.265+0000 7f408c620880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 7 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.265+0000 7f408c620880 0 pidfile_write: ignore empty --pid-file 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.269+0000 7f408c620880 0 load: jerasure load: lrc load: isa 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: DB SUMMARY 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-23T00:35:36.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi122/store.db dir, Total Num: 0, files: 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi122/store.db: 000003.log size: 511 ; 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.env: 0x5652e0923080 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.info_log: 0x5652e30fc560 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:35:36.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:35:36.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi122/store.db 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.write_buffer_manager: 0x5652e3d6c450 2024-02-23T00:35:36.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:35:36.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.row_cache: None 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:35:36.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:35:36.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:35:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi122/store.db/MANIFEST-000001 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.merge_operator: 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5652e30a1d10) 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cache_index_and_filter_blocks: 1 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:35:36.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: pin_top_level_index_and_filter: 1 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: index_type: 0 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: data_block_index_type: 0 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: index_shortening: 1 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: hash_index_allow_collision: 1 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: checksum: 1 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: no_block_cache: 0 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_cache: 0x5652e30d6f10 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_cache_name: BinnedLRUCache 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_cache_options: 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: capacity : 536870912 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: num_shard_bits : 4 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: strict_capacity_limit : 0 2024-02-23T00:35:36.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: high_pri_pool_ratio: 0.000 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_cache_compressed: (nil) 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: persistent_cache: (nil) 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_size: 4096 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_size_deviation: 10 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_restart_interval: 16 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: index_block_restart_interval: 1 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: metadata_block_size: 4096 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: partition_filters: 0 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: use_delta_encoding: 1 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: whole_key_filtering: 1 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: verify_compression: 0 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: read_amp_bytes_per_bit: 0 2024-02-23T00:35:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: format_version: 2 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: enable_index_compression: 1 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: block_align: 0 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:35:36.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:35:36.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.270+0000 7f408c620880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:35:36.715 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:35:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:35:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi122/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648536271939, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.271+0000 7f408c620880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.272+0000 7f408c620880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648536272402, "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": 1708648536, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.272+0000 7f408c620880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.272+0000 7f408c620880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708648536272781, "job": 1, "event": "recovery_finished"} 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.273+0000 7f408c620880 4 rocksdb: DB pointer 0x5652e319f800 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.273+0000 7f4073412700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.273+0000 7f4073412700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** DB Stats ** 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** Compaction Stats [default] ** 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** Compaction Stats [default] ** 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:35:36.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Interval compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** Compaction Stats [default] ** 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:35:36.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** Compaction Stats [default] ** 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:35:36.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.273+0000 7f408c620880 0 mon.smithi122 does not exist in monmap, will attempt to join an existing cluster 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.273+0000 7f408c620880 0 using public_addr v2:172.21.15.122:0/0 -> [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.274+0000 7f408c620880 0 starting mon.smithi122 rank -1 at public addrs [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] at bind addrs [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi122 fsid 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.275+0000 7f408c620880 1 mon.smithi122@-1(???) e0 preinit fsid 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 bash[39505]: a7e04d61cbb6e37f1648417cc25d9a570f3ad281379c2a57f13d35907ae127bd 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 systemd[1]: Started Ceph mon.smithi122 for 00f08340-d1e3-11ee-95c0-87774f69a715. 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).mds e1 new map 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).mds e1 print_map 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: e1 2024-02-23T00:35:36.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: legacy client fscid: -1 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: No filesystems configured 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.301+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.302+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.302+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-23T00:35:36.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.303+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.303+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.303+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.303+0000 7f4075c17700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:35.501353+0000 mon.smithi098 (mon.0) 166 : cluster [DBG] Standby manager daemon smithi122.qzchkv started 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:35.503581+0000 mon.smithi098 (mon.0) 167 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qzchkv/crt"}]: dispatch 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:35.504213+0000 mon.smithi098 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:35.506102+0000 mon.smithi098 (mon.0) 169 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qzchkv/key"}]: dispatch 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:35.507002+0000 mon.smithi098 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.122:0/2073508640' entity='mgr.smithi122.qzchkv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T00:35:36.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T00:35:36.304+0000 7f4075c17700 1 mon.smithi122@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-23T00:35:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:35.852239+0000 mgr.smithi098.snaxby (mgr.14182) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:36.311081+0000 mon.smithi098 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:35:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:36.311272+0000 mon.smithi098 (mon.0) 175 : cluster [INF] mon.smithi098 calling monitor election 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:36.324166+0000 mon.smithi098 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:37.307958+0000 mon.smithi098 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:37.852530+0000 mgr.smithi098.snaxby (mgr.14182) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:38.308128+0000 mon.smithi098 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:38.309347+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:39.308419+0000 mon.smithi098 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:39.852907+0000 mgr.smithi098.snaxby (mgr.14182) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:40.308444+0000 mon.smithi098 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:41.308378+0000 mon.smithi098 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.338195+0000 mon.smithi098 (mon.0) 182 : cluster [INF] mon.smithi098 is new leader, mons smithi098,smithi122 in quorum (ranks 0,1) 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.346360+0000 mon.smithi098 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.358525+0000 mon.smithi098 (mon.0) 184 : cluster [DBG] fsmap 2024-02-23T00:35:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.358568+0000 mon.smithi098 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:35:41.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.358947+0000 mon.smithi098 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi098.snaxby(active, since 41s), standbys: smithi122.qzchkv 2024-02-23T00:35:41.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.359099+0000 mon.smithi098 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2024-02-23T00:35:41.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:41.362796+0000 mon.smithi098 (mon.0) 188 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:35.852239+0000 mgr.smithi098.snaxby (mgr.14182) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:36.311081+0000 mon.smithi098 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:36.311272+0000 mon.smithi098 (mon.0) 175 : cluster [INF] mon.smithi098 calling monitor election 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:36.324166+0000 mon.smithi098 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:37.307958+0000 mon.smithi098 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:37.852530+0000 mgr.smithi098.snaxby (mgr.14182) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:38.308128+0000 mon.smithi098 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:38.309347+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:39.308419+0000 mon.smithi098 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:39.852907+0000 mgr.smithi098.snaxby (mgr.14182) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:40.308444+0000 mon.smithi098 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:41.308378+0000 mon.smithi098 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.338195+0000 mon.smithi098 (mon.0) 182 : cluster [INF] mon.smithi098 is new leader, mons smithi098,smithi122 in quorum (ranks 0,1) 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.346360+0000 mon.smithi098 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.358525+0000 mon.smithi098 (mon.0) 184 : cluster [DBG] fsmap 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.358568+0000 mon.smithi098 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.358947+0000 mon.smithi098 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi098.snaxby(active, since 41s), standbys: smithi122.qzchkv 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.359099+0000 mon.smithi098 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2024-02-23T00:35:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:41.362796+0000 mon.smithi098 (mon.0) 188 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:42.350 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-02-23T00:35:42.350 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":2,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","modified":"2024-02-23T00:35:36.308219Z","created":"2024-02-23T00:33:02.546043Z","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":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi122","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:3300","nonce":0},{"type":"v1","addr":"172.21.15.122:6789","nonce":0}]},"addr":"172.21.15.122:6789/0","public_addr":"172.21.15.122:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-23T00:35:42.351 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 2 2024-02-23T00:35:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:35:41.364781+0000 mgr.smithi098.snaxby (mgr.14182) 22 : cephadm [INF] Deploying daemon node-exporter.smithi122 on smithi122 2024-02-23T00:35:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:42.309234+0000 mon.smithi098 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:42.347244+0000 mon.smithi098 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.122:0/1743913203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:35:42.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:41.364781+0000 mgr.smithi098.snaxby (mgr.14182) 22 : cephadm [INF] Deploying daemon node-exporter.smithi122 on smithi122 2024-02-23T00:35:42.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:42.309234+0000 mon.smithi098 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-02-23T00:35:42.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:42.347244+0000 mon.smithi098 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.122:0/1743913203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:35:43.456 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-23T00:35:43.456 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph config generate-minimal-conf 2024-02-23T00:35:43.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:41.853216+0000 mgr.smithi098.snaxby (mgr.14182) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:43.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:41.853216+0000 mgr.smithi098.snaxby (mgr.14182) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:45.564 INFO:teuthology.orchestra.run.smithi098.stdout:# minimal ceph.conf for 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:35:45.564 INFO:teuthology.orchestra.run.smithi098.stdout:[global] 2024-02-23T00:35:45.564 INFO:teuthology.orchestra.run.smithi098.stdout: fsid = 00f08340-d1e3-11ee-95c0-87774f69a715 2024-02-23T00:35:45.564 INFO:teuthology.orchestra.run.smithi098.stdout: mon_host = [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] 2024-02-23T00:35:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:43.853497+0000 mgr.smithi098.snaxby (mgr.14182) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:45.000282+0000 mon.smithi098 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:45.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:43.853497+0000 mgr.smithi098.snaxby (mgr.14182) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:45.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:45.000282+0000 mon.smithi098 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:46.340 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-23T00:35:46.340 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:35:46.340 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-02-23T00:35:46.373 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:35:46.374 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:35:46.442 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:35:46.442 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.conf 2024-02-23T00:35:46.474 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:35:46.474 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:35:46.543 INFO:tasks.cephadm:Deploying OSDs... 2024-02-23T00:35:46.544 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:35:46.544 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:35:46.563 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:35:46.563 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme1n1 2024-02-23T00:35:46.620 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme1n1 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 189926 Links: 1 Device type: 103,1 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:34:23.513781575 +0000 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:32:17.504389532 +0000 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:32:17.504389532 +0000 2024-02-23T00:35:46.621 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:35:46.621 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-23T00:35:46.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:45.515692+0000 mon.smithi098 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:45.528502+0000 mgr.smithi098.snaxby (mgr.14182) 25 : cephadm [INF] Deploying daemon prometheus.smithi122 on smithi122 2024-02-23T00:35:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:45.562400+0000 mon.smithi098 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.98:0/2908098343' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:46.677 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:35:46.678 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:35:46.678 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000280282 s, 1.8 MB/s 2024-02-23T00:35:46.679 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-23T00:35:46.738 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme2n1 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme2n1 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 189975 Links: 1 Device type: 103,2 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:34:23.524781437 +0000 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:32:17.649387722 +0000 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:32:17.649387722 +0000 2024-02-23T00:35:46.797 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:35:46.797 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-23T00:35:46.863 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:35:46.863 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:35:46.864 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000245689 s, 2.1 MB/s 2024-02-23T00:35:46.865 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-23T00:35:46.923 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme3n1 2024-02-23T00:35:46.948 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:45.515692+0000 mon.smithi098 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:35:45.528502+0000 mgr.smithi098.snaxby (mgr.14182) 25 : cephadm [INF] Deploying daemon prometheus.smithi122 on smithi122 2024-02-23T00:35:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:45.562400+0000 mon.smithi098 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.98:0/2908098343' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme3n1 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 187116 Links: 1 Device type: 103,3 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:46.981 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:34:23.535781299 +0000 2024-02-23T00:35:46.982 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:32:17.792385937 +0000 2024-02-23T00:35:46.982 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:32:17.792385937 +0000 2024-02-23T00:35:46.982 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:35:46.982 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-23T00:35:47.047 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:35:47.047 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:35:47.047 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000205089 s, 2.5 MB/s 2024-02-23T00:35:47.048 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-23T00:35:47.107 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme4n1 2024-02-23T00:35:47.165 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme4n1 2024-02-23T00:35:47.165 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:47.165 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 190155 Links: 1 Device type: 103,4 2024-02-23T00:35:47.165 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:47.165 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:47.166 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-02-23 00:34:23.545781173 +0000 2024-02-23T00:35:47.166 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-02-23 00:32:17.938384115 +0000 2024-02-23T00:35:47.166 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-02-23 00:32:17.938384115 +0000 2024-02-23T00:35:47.166 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-02-23T00:35:47.166 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-23T00:35:47.231 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-02-23T00:35:47.231 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-02-23T00:35:47.231 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000253398 s, 2.0 MB/s 2024-02-23T00:35:47.232 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-23T00:35:47.294 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:35:47.294 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:35:47.313 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:35:47.313 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme1n1 2024-02-23T00:35:47.370 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme1n1 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 187987 Links: 1 Device type: 103,1 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:35:03.558946060 +0000 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:32:19.139730670 +0000 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:32:19.139730670 +0000 2024-02-23T00:35:47.371 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:35:47.371 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-23T00:35:47.436 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:35:47.436 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:35:47.436 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000271689 s, 1.9 MB/s 2024-02-23T00:35:47.437 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-23T00:35:47.496 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme2n1 2024-02-23T00:35:47.554 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme2n1 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 191891 Links: 1 Device type: 103,2 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:35:03.568945831 +0000 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:32:19.290727190 +0000 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:32:19.290727190 +0000 2024-02-23T00:35:47.555 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:35:47.555 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-23T00:35:47.620 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:35:47.620 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:35:47.620 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000226705 s, 2.3 MB/s 2024-02-23T00:35:47.621 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-23T00:35:47.680 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme3n1 2024-02-23T00:35:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:45.853735+0000 mgr.smithi098.snaxby (mgr.14182) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:47.715 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme3n1 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 191990 Links: 1 Device type: 103,3 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:35:03.579945578 +0000 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:32:19.439723756 +0000 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:32:19.439723756 +0000 2024-02-23T00:35:47.716 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:35:47.716 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-23T00:35:47.781 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:35:47.782 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:35:47.782 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000182098 s, 2.8 MB/s 2024-02-23T00:35:47.783 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-23T00:35:47.842 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme4n1 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme4n1 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 6h/6d Inode: 192088 Links: 1 Device type: 103,4 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-02-23 00:35:03.589945349 +0000 2024-02-23T00:35:47.901 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-02-23 00:32:19.589720299 +0000 2024-02-23T00:35:47.902 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-02-23 00:32:19.589720299 +0000 2024-02-23T00:35:47.902 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-02-23T00:35:47.902 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-23T00:35:47.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:45.853735+0000 mgr.smithi098.snaxby (mgr.14182) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:47.967 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-02-23T00:35:47.967 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-02-23T00:35:47.967 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000213154 s, 2.4 MB/s 2024-02-23T00:35:47.968 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-23T00:35:48.030 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-23T00:35:49.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:47.854014+0000 mgr.smithi098.snaxby (mgr.14182) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:49.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:47.854014+0000 mgr.smithi098.snaxby (mgr.14182) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:51.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:49.854268+0000 mgr.smithi098.snaxby (mgr.14182) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:51.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:50.004566+0000 mon.smithi098 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:49.854268+0000 mgr.smithi098.snaxby (mgr.14182) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:50.004566+0000 mon.smithi098 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:53.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:51.854596+0000 mgr.smithi098.snaxby (mgr.14182) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:51.854596+0000 mgr.smithi098.snaxby (mgr.14182) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:53.639 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled osd.all-available-devices update... 2024-02-23T00:35:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:53.632654+0000 mgr.smithi098.snaxby (mgr.14182) 30 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:35:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:53.634322+0000 mgr.smithi098.snaxby (mgr.14182) 31 : cephadm [INF] Marking host: smithi098 for OSDSpec preview refresh. 2024-02-23T00:35:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:53.634388+0000 mgr.smithi098.snaxby (mgr.14182) 32 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2024-02-23T00:35:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:35:53.634690+0000 mgr.smithi098.snaxby (mgr.14182) 33 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-23T00:35:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:53.638211+0000 mon.smithi098 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:53.632654+0000 mgr.smithi098.snaxby (mgr.14182) 30 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:35:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:35:53.634322+0000 mgr.smithi098.snaxby (mgr.14182) 31 : cephadm [INF] Marking host: smithi098 for OSDSpec preview refresh. 2024-02-23T00:35:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:35:53.634388+0000 mgr.smithi098.snaxby (mgr.14182) 32 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2024-02-23T00:35:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:35:53.634690+0000 mgr.smithi098.snaxby (mgr.14182) 33 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-23T00:35:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:53.638211+0000 mon.smithi098 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:55.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:53.854975+0000 mgr.smithi098.snaxby (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:55.918 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:53.854975+0000 mgr.smithi098.snaxby (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:56.325 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-23T00:35:56.326 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:35:56.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:55.855327+0000 mgr.smithi098.snaxby (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:56.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:55.855327+0000 mgr.smithi098.snaxby (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:58.376 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:35:59.060 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:57.855738+0000 mgr.smithi098.snaxby (mgr.14182) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:59.060 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:58.019668+0000 mon.smithi098 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:59.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:58.020737+0000 mon.smithi098 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:35:59.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:58.026599+0000 mon.smithi098 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:59.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:35:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:35:58.375640+0000 mon.smithi098 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.98:0/379331153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:35:59.080 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:35:59.425 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:57.855738+0000 mgr.smithi098.snaxby (mgr.14182) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:35:59.425 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:58.019668+0000 mon.smithi098 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:59.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:58.020737+0000 mon.smithi098 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:35:59.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:58.026599+0000 mon.smithi098 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:35:59.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:35:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:35:58.375640+0000 mon.smithi098 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.98:0/379331153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:00.081 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:35:59.856056+0000 mgr.smithi098.snaxby (mgr.14182) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.009606+0000 mon.smithi098 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.723099+0000 mon.smithi098 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.727132+0000 mon.smithi098 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.727802+0000 mon.smithi098 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.728369+0000 mon.smithi098 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.749870+0000 mon.smithi098 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.778512+0000 mon.smithi098 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.781804+0000 mon.smithi098 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.785250+0000 mon.smithi098 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:36:01.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.787975+0000 mon.smithi098 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:36:01.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.789214+0000 mon.smithi098 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:36:01.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.789469+0000 mon.smithi098 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:01.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:00.789852+0000 mon.smithi098 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:01.278 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:35:59.856056+0000 mgr.smithi098.snaxby (mgr.14182) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:01.278 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.009606+0000 mon.smithi098 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.278 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.723099+0000 mon.smithi098 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.278 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.727132+0000 mon.smithi098 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.278 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.727802+0000 mon.smithi098 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.728369+0000 mon.smithi098 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.749870+0000 mon.smithi098 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.778512+0000 mon.smithi098 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.781804+0000 mon.smithi098 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.785250+0000 mon.smithi098 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.787975+0000 mon.smithi098 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.789214+0000 mon.smithi098 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.789469+0000 mon.smithi098 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:01.279 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:00.789852+0000 mon.smithi098 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:02.162 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:00.729144+0000 mgr.smithi098.snaxby (mgr.14182) 38 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-02-23T00:36:02.163 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:00.729399+0000 mgr.smithi098.snaxby (mgr.14182) 39 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-02-23T00:36:02.243 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:02.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:00.729144+0000 mgr.smithi098.snaxby (mgr.14182) 38 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-02-23T00:36:02.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:00.729399+0000 mgr.smithi098.snaxby (mgr.14182) 39 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-02-23T00:36:03.140 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:01.856334+0000 mgr.smithi098.snaxby (mgr.14182) 40 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:03.140 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:02.242590+0000 mon.smithi098 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.98:0/1230214105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:03.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:01.856334+0000 mgr.smithi098.snaxby (mgr.14182) 40 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:03.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:02.242590+0000 mon.smithi098 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.98:0/1230214105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:03.485 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:36:04.197 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:03.560336+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/2703612853' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]: dispatch 2024-02-23T00:36:04.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:03.560702+0000 mon.smithi098 (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]: dispatch 2024-02-23T00:36:04.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:03.564255+0000 mon.smithi098 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]': finished 2024-02-23T00:36:04.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:03.564333+0000 mon.smithi098 (mon.0) 216 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-23T00:36:04.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:03.564450+0000 mon.smithi098 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:03.560336+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/2703612853' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]: dispatch 2024-02-23T00:36:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:03.560702+0000 mon.smithi098 (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]: dispatch 2024-02-23T00:36:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:03.564255+0000 mon.smithi098 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b013de96-6b36-4f9f-ac85-39bd553734f4"}]': finished 2024-02-23T00:36:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:03.564333+0000 mon.smithi098 (mon.0) 216 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-23T00:36:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:03.564450+0000 mon.smithi098 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:04.487 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:03.856627+0000 mgr.smithi098.snaxby (mgr.14182) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:04.866918+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/2951596863' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:05.378917+0000 mon.smithi098 (mon.0) 218 : audit [INF] from='client.? 172.21.15.98:0/2391317622' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9849def-5f58-4123-be07-57bd4e70d3fc"}]: dispatch 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:05.385073+0000 mon.smithi098 (mon.0) 219 : audit [INF] from='client.? 172.21.15.98:0/2391317622' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9849def-5f58-4123-be07-57bd4e70d3fc"}]': finished 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:05.385138+0000 mon.smithi098 (mon.0) 220 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:05.385224+0000 mon.smithi098 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:05.385576+0000 mon.smithi098 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:05.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:03.856627+0000 mgr.smithi098.snaxby (mgr.14182) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:05.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:04.866918+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/2951596863' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:05.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:05.378917+0000 mon.smithi098 (mon.0) 218 : audit [INF] from='client.? 172.21.15.98:0/2391317622' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9849def-5f58-4123-be07-57bd4e70d3fc"}]: dispatch 2024-02-23T00:36:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:05.385073+0000 mon.smithi098 (mon.0) 219 : audit [INF] from='client.? 172.21.15.98:0/2391317622' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9849def-5f58-4123-be07-57bd4e70d3fc"}]': finished 2024-02-23T00:36:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:05.385138+0000 mon.smithi098 (mon.0) 220 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-23T00:36:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:05.385224+0000 mon.smithi098 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:05.385576+0000 mon.smithi098 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:06.942 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:07.639 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708648565,"num_remapped_pgs":0} 2024-02-23T00:36:07.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:05.856908+0000 mgr.smithi098.snaxby (mgr.14182) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:06.940612+0000 mon.smithi098 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.98:0/2046378538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.135706+0000 mon.smithi098 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.98:0/3613047026' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.378811+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1030843057' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.379231+0000 mon.smithi098 (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.383177+0000 mon.smithi098 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]': finished 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:07.383219+0000 mon.smithi098 (mon.0) 227 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.383305+0000 mon.smithi098 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.383537+0000 mon.smithi098 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:07.383675+0000 mon.smithi098 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:05.856908+0000 mgr.smithi098.snaxby (mgr.14182) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:06.940612+0000 mon.smithi098 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.98:0/2046378538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.135706+0000 mon.smithi098 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.98:0/3613047026' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.378811+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1030843057' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]: dispatch 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.379231+0000 mon.smithi098 (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]: dispatch 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.383177+0000 mon.smithi098 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3652bbee-55df-484f-8df0-6d10bbad7d69"}]': finished 2024-02-23T00:36:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:07.383219+0000 mon.smithi098 (mon.0) 227 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-23T00:36:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.383305+0000 mon.smithi098 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.383537+0000 mon.smithi098 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:07.383675+0000 mon.smithi098 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:08.641 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:09.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:07.857202+0000 mgr.smithi098.snaxby (mgr.14182) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:09.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:08.682419+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/3923540184' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:07.857202+0000 mgr.smithi098.snaxby (mgr.14182) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:08.682419+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/3923540184' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:10.839 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.670155+0000 mon.smithi098 (mon.0) 231 : audit [INF] from='client.? 172.21.15.98:0/3798622539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "561c5b47-0a18-4edc-8dd7-b45f84c8ba15"}]: dispatch 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.673593+0000 mon.smithi098 (mon.0) 232 : audit [INF] from='client.? 172.21.15.98:0/3798622539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "561c5b47-0a18-4edc-8dd7-b45f84c8ba15"}]': finished 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:09.673635+0000 mon.smithi098 (mon.0) 233 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.673762+0000 mon.smithi098 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.674003+0000 mon.smithi098 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.674176+0000 mon.smithi098 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:10.840 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:09.674314+0000 mon.smithi098 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.670155+0000 mon.smithi098 (mon.0) 231 : audit [INF] from='client.? 172.21.15.98:0/3798622539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "561c5b47-0a18-4edc-8dd7-b45f84c8ba15"}]: dispatch 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.673593+0000 mon.smithi098 (mon.0) 232 : audit [INF] from='client.? 172.21.15.98:0/3798622539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "561c5b47-0a18-4edc-8dd7-b45f84c8ba15"}]': finished 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:09.673635+0000 mon.smithi098 (mon.0) 233 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.673762+0000 mon.smithi098 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.674003+0000 mon.smithi098 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.674176+0000 mon.smithi098 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:09.674314+0000 mon.smithi098 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:11.324 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:11.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:09.857435+0000 mgr.smithi098.snaxby (mgr.14182) 44 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:11.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.172498+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/3593221243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.172878+0000 mon.smithi098 (mon.0) 238 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.179445+0000 mon.smithi098 (mon.0) 239 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]': finished 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:11.179495+0000 mon.smithi098 (mon.0) 240 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.179613+0000 mon.smithi098 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.180007+0000 mon.smithi098 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.180238+0000 mon.smithi098 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.180459+0000 mon.smithi098 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.180679+0000 mon.smithi098 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.251600+0000 mon.smithi098 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.98:0/3022125186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:11.323199+0000 mon.smithi098 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.98:0/740195001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:11.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:09.857435+0000 mgr.smithi098.snaxby (mgr.14182) 44 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:11.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.172498+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/3593221243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]: dispatch 2024-02-23T00:36:11.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.172878+0000 mon.smithi098 (mon.0) 238 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.179445+0000 mon.smithi098 (mon.0) 239 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fb89777-0857-4ecc-9d29-75d968a4c16a"}]': finished 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:11.179495+0000 mon.smithi098 (mon.0) 240 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.179613+0000 mon.smithi098 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.180007+0000 mon.smithi098 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.180238+0000 mon.smithi098 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.180459+0000 mon.smithi098 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.180679+0000 mon.smithi098 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.251600+0000 mon.smithi098 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.98:0/3022125186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:11.323199+0000 mon.smithi098 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.98:0/740195001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:12.025 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708648571,"num_remapped_pgs":0} 2024-02-23T00:36:12.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:12.414582+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/889200753' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:12.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:12.414582+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/889200753' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:13.026 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:13.752 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:11.857748+0000 mgr.smithi098.snaxby (mgr.14182) 45 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:13.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:11.857748+0000 mgr.smithi098.snaxby (mgr.14182) 45 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.787679+0000 mon.smithi098 (mon.0) 248 : audit [INF] from='client.? 172.21.15.98:0/2230255600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "142566bd-5609-42d7-a7c3-1d4c9143ac66"}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.791604+0000 mon.smithi098 (mon.0) 249 : audit [INF] from='client.? 172.21.15.98:0/2230255600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "142566bd-5609-42d7-a7c3-1d4c9143ac66"}]': finished 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:13.791680+0000 mon.smithi098 (mon.0) 250 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.791800+0000 mon.smithi098 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.792066+0000 mon.smithi098 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.792202+0000 mon.smithi098 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.792339+0000 mon.smithi098 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.792481+0000 mon.smithi098 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:14.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:13.792617+0000 mon.smithi098 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.787679+0000 mon.smithi098 (mon.0) 248 : audit [INF] from='client.? 172.21.15.98:0/2230255600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "142566bd-5609-42d7-a7c3-1d4c9143ac66"}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.791604+0000 mon.smithi098 (mon.0) 249 : audit [INF] from='client.? 172.21.15.98:0/2230255600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "142566bd-5609-42d7-a7c3-1d4c9143ac66"}]': finished 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:13.791680+0000 mon.smithi098 (mon.0) 250 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.791800+0000 mon.smithi098 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.792066+0000 mon.smithi098 (mon.0) 252 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.792202+0000 mon.smithi098 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.792339+0000 mon.smithi098 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.792481+0000 mon.smithi098 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:14.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:13.792617+0000 mon.smithi098 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:15.565 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:13.858032+0000 mgr.smithi098.snaxby (mgr.14182) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.924261+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.122:0/543664375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]: dispatch 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.924831+0000 mon.smithi098 (mon.0) 257 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]: dispatch 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.930820+0000 mon.smithi098 (mon.0) 258 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]': finished 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:14.930863+0000 mon.smithi098 (mon.0) 259 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-23T00:36:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.930955+0000 mon.smithi098 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931173+0000 mon.smithi098 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931299+0000 mon.smithi098 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931423+0000 mon.smithi098 (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931546+0000 mon.smithi098 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931666+0000 mon.smithi098 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:14.931784+0000 mon.smithi098 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:15.502768+0000 mon.smithi098 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.98:0/75092751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:15.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:15.564010+0000 mon.smithi098 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.98:0/3198539920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:15.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:13.858032+0000 mgr.smithi098.snaxby (mgr.14182) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:15.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.924261+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.122:0/543664375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]: dispatch 2024-02-23T00:36:15.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.924831+0000 mon.smithi098 (mon.0) 257 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.930820+0000 mon.smithi098 (mon.0) 258 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "061f0d54-b742-479f-9af0-56a070ad6da9"}]': finished 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:14.930863+0000 mon.smithi098 (mon.0) 259 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.930955+0000 mon.smithi098 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931173+0000 mon.smithi098 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931299+0000 mon.smithi098 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931423+0000 mon.smithi098 (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931546+0000 mon.smithi098 (mon.0) 264 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931666+0000 mon.smithi098 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:14.931784+0000 mon.smithi098 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:15.502768+0000 mon.smithi098 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.98:0/75092751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:15.564010+0000 mon.smithi098 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.98:0/3198539920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:16.401 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708648574,"num_remapped_pgs":0} 2024-02-23T00:36:16.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:16.181797+0000 mon.smithi122 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.122:0/3031126580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:16.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:16.181797+0000 mon.smithi122 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.122:0/3031126580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:17.403 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:17.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:15.858322+0000 mgr.smithi098.snaxby (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:17.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:15.858322+0000 mgr.smithi098.snaxby (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.026039+0000 mon.smithi098 (mon.0) 269 : audit [INF] from='client.? 172.21.15.98:0/1152134489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5b84870-feba-4330-b1af-d0ee2e01e873"}]: dispatch 2024-02-23T00:36:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.029579+0000 mon.smithi098 (mon.0) 270 : audit [INF] from='client.? 172.21.15.98:0/1152134489' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5b84870-feba-4330-b1af-d0ee2e01e873"}]': finished 2024-02-23T00:36:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:18.029616+0000 mon.smithi098 (mon.0) 271 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-23T00:36:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.029706+0000 mon.smithi098 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.029965+0000 mon.smithi098 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030088+0000 mon.smithi098 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030224+0000 mon.smithi098 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030344+0000 mon.smithi098 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030477+0000 mon.smithi098 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030596+0000 mon.smithi098 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:18.030729+0000 mon.smithi098 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.026039+0000 mon.smithi098 (mon.0) 269 : audit [INF] from='client.? 172.21.15.98:0/1152134489' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5b84870-feba-4330-b1af-d0ee2e01e873"}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.029579+0000 mon.smithi098 (mon.0) 270 : audit [INF] from='client.? 172.21.15.98:0/1152134489' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5b84870-feba-4330-b1af-d0ee2e01e873"}]': finished 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:18.029616+0000 mon.smithi098 (mon.0) 271 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.029706+0000 mon.smithi098 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.029965+0000 mon.smithi098 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030088+0000 mon.smithi098 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030224+0000 mon.smithi098 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030344+0000 mon.smithi098 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030477+0000 mon.smithi098 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030596+0000 mon.smithi098 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:18.030729+0000 mon.smithi098 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:19.848 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:17.858572+0000 mgr.smithi098.snaxby (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:19.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:17.858572+0000 mgr.smithi098.snaxby (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:20.124 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:20.766 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:19.656168+0000 mon.smithi098 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.98:0/1897968258' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:20.766 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:20.123565+0000 mon.smithi098 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.98:0/340737057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:20.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:19.656168+0000 mon.smithi098 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.98:0/1897968258' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:36:20.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:20.123565+0000 mon.smithi098 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.98:0/340737057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:20.925 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:21.843 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:19.858815+0000 mgr.smithi098.snaxby (mgr.14182) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:21.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:19.858815+0000 mgr.smithi098.snaxby (mgr.14182) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:21.927 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:22.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:22.216574+0000 mon.smithi098 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T00:36:22.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:22.217163+0000 mon.smithi098 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:22.216574+0000 mon.smithi098 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T00:36:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:22.217163+0000 mon.smithi098 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:23.747 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:21.859090+0000 mgr.smithi098.snaxby (mgr.14182) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:23.747 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:22.217624+0000 mgr.smithi098.snaxby (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.0 on smithi122 2024-02-23T00:36:23.755 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:21.859090+0000 mgr.smithi098.snaxby (mgr.14182) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:23.755 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:22.217624+0000 mgr.smithi098.snaxby (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.0 on smithi122 2024-02-23T00:36:24.454 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:24.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:24.453511+0000 mon.smithi098 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.98:0/3355866290' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:24.453511+0000 mon.smithi098 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.98:0/3355866290' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:25.351 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:25.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:23.859578+0000 mgr.smithi098.snaxby (mgr.14182) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:23.859578+0000 mgr.smithi098.snaxby (mgr.14182) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:26.352 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:27.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:25.859834+0000 mgr.smithi098.snaxby (mgr.14182) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:25.859834+0000 mgr.smithi098.snaxby (mgr.14182) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:28.810 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:28.217838+0000 mon.smithi098 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T00:36:28.810 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:28.218482+0000 mon.smithi098 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:28.830 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:28.217838+0000 mon.smithi098 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T00:36:28.830 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:28.218482+0000 mon.smithi098 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:29.446 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:27.860089+0000 mgr.smithi098.snaxby (mgr.14182) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:28.218994+0000 mgr.smithi098.snaxby (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.1 on smithi098 2024-02-23T00:36:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:29.065987+0000 mon.smithi098 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:29.066595+0000 mon.smithi098 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T00:36:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:29.067129+0000 mon.smithi098 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:29.445192+0000 mon.smithi098 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.98:0/94719312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:29.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:27.860089+0000 mgr.smithi098.snaxby (mgr.14182) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:29.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:28.218994+0000 mgr.smithi098.snaxby (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.1 on smithi098 2024-02-23T00:36:29.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:29.065987+0000 mon.smithi098 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:29.066595+0000 mon.smithi098 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T00:36:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:29.067129+0000 mon.smithi098 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:29.445192+0000 mon.smithi098 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.98:0/94719312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:30.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:29.067592+0000 mgr.smithi098.snaxby (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.2 on smithi122 2024-02-23T00:36:30.839 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:29.067592+0000 mgr.smithi098.snaxby (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.2 on smithi122 2024-02-23T00:36:31.303 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:31.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:29.860305+0000 mgr.smithi098.snaxby (mgr.14182) 57 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:29.860305+0000 mgr.smithi098.snaxby (mgr.14182) 57 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:32.303 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.158257+0000 mon.smithi122 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:36:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.158647+0000 mon.smithi098 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:36:32.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.158257+0000 mon.smithi122 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:36:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.158647+0000 mon.smithi098 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:36:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:31.860648+0000 mgr.smithi098.snaxby (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.642694+0000 mon.smithi098 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T00:36:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:32.642754+0000 mon.smithi098 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-23T00:36:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.642855+0000 mon.smithi098 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643105+0000 mon.smithi098 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643262+0000 mon.smithi098 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643411+0000 mon.smithi098 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643553+0000 mon.smithi098 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643691+0000 mon.smithi098 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643832+0000 mon.smithi098 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.643979+0000 mon.smithi098 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.645218+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:32.645893+0000 mon.smithi098 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:31.860648+0000 mgr.smithi098.snaxby (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.642694+0000 mon.smithi098 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:32.642754+0000 mon.smithi098 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.642855+0000 mon.smithi098 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643105+0000 mon.smithi098 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643262+0000 mon.smithi098 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643411+0000 mon.smithi098 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643553+0000 mon.smithi098 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643691+0000 mon.smithi098 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643832+0000 mon.smithi098 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:33.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.643979+0000 mon.smithi098 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:33.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.645218+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:33.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:32.645893+0000 mon.smithi098 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.643899+0000 mon.smithi098 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:33.643974+0000 mon.smithi098 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644251+0000 mon.smithi098 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644425+0000 mon.smithi098 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644569+0000 mon.smithi098 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644710+0000 mon.smithi098 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644853+0000 mon.smithi098 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.644995+0000 mon.smithi098 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:34.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.645134+0000 mon.smithi098 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:34.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.645271+0000 mon.smithi098 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:34.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:33.650217+0000 mon.smithi098 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:34.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:33.860860+0000 mgr.smithi098.snaxby (mgr.14182) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.643899+0000 mon.smithi098 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:33.643974+0000 mon.smithi098 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644251+0000 mon.smithi098 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644425+0000 mon.smithi098 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644569+0000 mon.smithi098 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644710+0000 mon.smithi098 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:35.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644853+0000 mon.smithi098 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:35.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.644995+0000 mon.smithi098 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:35.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.645134+0000 mon.smithi098 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:35.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.645271+0000 mon.smithi098 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:35.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:33.650217+0000 mon.smithi098 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:35.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:33.860860+0000 mgr.smithi098.snaxby (mgr.14182) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:33.199890+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:33.199942+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:34.651164+0000 mon.smithi098 (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491] boot 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:34.651203+0000 mon.smithi098 (mon.0) 315 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.651525+0000 mon.smithi098 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.651822+0000 mon.smithi098 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.652019+0000 mon.smithi098 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.652176+0000 mon.smithi098 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.654664+0000 mon.smithi098 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.654962+0000 mon.smithi098 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.655115+0000 mon.smithi098 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.655264+0000 mon.smithi098 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.756445+0000 mon.smithi098 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.757087+0000 mon.smithi098 (mon.0) 325 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:34.757596+0000 mon.smithi098 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:34.758060+0000 mgr.smithi098.snaxby (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.4 on smithi122 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.327096+0000 mon.smithi098 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.327746+0000 mon.smithi098 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.328276+0000 mon.smithi098 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:35.328738+0000 mgr.smithi098.snaxby (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.3 on smithi098 2024-02-23T00:36:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:33.199890+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:33.199942+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:34.651164+0000 mon.smithi098 (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.122:6800/161785491,v1:172.21.15.122:6801/161785491] boot 2024-02-23T00:36:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:34.651203+0000 mon.smithi098 (mon.0) 315 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-23T00:36:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.651525+0000 mon.smithi098 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.651822+0000 mon.smithi098 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.652019+0000 mon.smithi098 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.652176+0000 mon.smithi098 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.654664+0000 mon.smithi098 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.654962+0000 mon.smithi098 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.655115+0000 mon.smithi098 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.655264+0000 mon.smithi098 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.756445+0000 mon.smithi098 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:35.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.757087+0000 mon.smithi098 (mon.0) 325 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:34.757596+0000 mon.smithi098 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:34.758060+0000 mgr.smithi098.snaxby (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.4 on smithi122 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.327096+0000 mon.smithi098 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.327746+0000 mon.smithi098 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.328276+0000 mon.smithi098 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:35.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:35.328738+0000 mgr.smithi098.snaxby (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.3 on smithi098 2024-02-23T00:36:36.048 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:35.758428+0000 mon.smithi098 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.758530+0000 mon.smithi098 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.758746+0000 mon.smithi098 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.758905+0000 mon.smithi098 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.759047+0000 mon.smithi098 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.759178+0000 mon.smithi098 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.759307+0000 mon.smithi098 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:35.759437+0000 mon.smithi098 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:35.861089+0000 mgr.smithi098.snaxby (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:37.141 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:36.046910+0000 mon.smithi098 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.98:0/3075843614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:35.758428+0000 mon.smithi098 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.758530+0000 mon.smithi098 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.758746+0000 mon.smithi098 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.758905+0000 mon.smithi098 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.759047+0000 mon.smithi098 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.759178+0000 mon.smithi098 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.759307+0000 mon.smithi098 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:37.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:35.759437+0000 mon.smithi098 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:37.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:35.861089+0000 mgr.smithi098.snaxby (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:37.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:36.046910+0000 mon.smithi098 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.98:0/3075843614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:37.290 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1708648594,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:38.116 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.908998+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:36:38.116 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.909309+0000 mon.smithi098 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:36:38.292 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:38.318 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.908998+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:36:38.318 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.909309+0000 mon.smithi098 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:37.861347+0000 mgr.smithi098.snaxby (mgr.14182) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.964586+0000 mon.smithi098 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:37.964644+0000 mon.smithi098 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.964988+0000 mon.smithi098 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.965240+0000 mon.smithi098 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.965395+0000 mon.smithi098 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.965520+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:39.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.965590+0000 mon.smithi098 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.965744+0000 mon.smithi098 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.968766+0000 mon.smithi098 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.969008+0000 mon.smithi098 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:37.969222+0000 mon.smithi098 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.409311+0000 mon.smithi098 (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T00:36:39.401 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:37.861347+0000 mgr.smithi098.snaxby (mgr.14182) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:39.401 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.964586+0000 mon.smithi098 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T00:36:39.401 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:37.964644+0000 mon.smithi098 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-23T00:36:39.401 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.964988+0000 mon.smithi098 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.965240+0000 mon.smithi098 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.965395+0000 mon.smithi098 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.965520+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.965590+0000 mon.smithi098 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.965744+0000 mon.smithi098 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.968766+0000 mon.smithi098 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.969008+0000 mon.smithi098 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:37.969222+0000 mon.smithi098 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:39.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.409311+0000 mon.smithi098 (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T00:36:40.235 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.969735+0000 mon.smithi098 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:40.235 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.969815+0000 mon.smithi098 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T00:36:40.235 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:38.969885+0000 mon.smithi098 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.970231+0000 mon.smithi098 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.970553+0000 mon.smithi098 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.970755+0000 mon.smithi098 (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.971040+0000 mon.smithi098 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.973868+0000 mon.smithi098 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.974118+0000 mon.smithi098 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.974251+0000 mon.smithi098 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.974374+0000 mon.smithi098 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:38.974516+0000 mon.smithi098 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.970446+0000 mon.smithi098 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:39.970497+0000 mon.smithi098 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658] boot 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:39.970519+0000 mon.smithi098 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.970625+0000 mon.smithi098 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:40.236 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.970910+0000 mon.smithi098 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.969735+0000 mon.smithi098 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.969815+0000 mon.smithi098 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:38.969885+0000 mon.smithi098 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.970231+0000 mon.smithi098 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.970553+0000 mon.smithi098 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.970755+0000 mon.smithi098 (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.971040+0000 mon.smithi098 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.973868+0000 mon.smithi098 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.974118+0000 mon.smithi098 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.974251+0000 mon.smithi098 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.974374+0000 mon.smithi098 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:38.974516+0000 mon.smithi098 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.970446+0000 mon.smithi098 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:39.970497+0000 mon.smithi098 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.122:6808/4084497658,v1:172.21.15.122:6809/4084497658] boot 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:39.970519+0000 mon.smithi098 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.970625+0000 mon.smithi098 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:40.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.970910+0000 mon.smithi098 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:38.891902+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:38.891965+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:39.861650+0000 mgr.smithi098.snaxby (mgr.14182) 64 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.971831+0000 mon.smithi098 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.972087+0000 mon.smithi098 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:41.152 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.972309+0000 mon.smithi098 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.976306+0000 mon.smithi098 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.978165+0000 mon.smithi098 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:39.978500+0000 mon.smithi098 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.391657+0000 mon.smithi098 (mon.0) 374 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.392569+0000 mon.smithi098 (mon.0) 375 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.393289+0000 mon.smithi098 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:41.153 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:40.393873+0000 mgr.smithi098.snaxby (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.6 on smithi122 2024-02-23T00:36:41.234 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:41.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:38.891902+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:38.891965+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:39.861650+0000 mgr.smithi098.snaxby (mgr.14182) 64 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.971831+0000 mon.smithi098 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.972087+0000 mon.smithi098 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.972309+0000 mon.smithi098 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.976306+0000 mon.smithi098 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.978165+0000 mon.smithi098 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:39.978500+0000 mon.smithi098 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.391657+0000 mon.smithi098 (mon.0) 374 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.392569+0000 mon.smithi098 (mon.0) 375 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.393289+0000 mon.smithi098 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:41.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:40.393873+0000 mgr.smithi098.snaxby (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.6 on smithi122 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:39.409093+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:39.409138+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.973610+0000 mon.smithi098 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:40.982327+0000 mon.smithi098 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622] boot 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:40.982350+0000 mon.smithi098 (mon.0) 379 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-23T00:36:42.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.982449+0000 mon.smithi098 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.982772+0000 mon.smithi098 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.982973+0000 mon.smithi098 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.983153+0000 mon.smithi098 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.983316+0000 mon.smithi098 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.983485+0000 mon.smithi098 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:40.983682+0000 mon.smithi098 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T00:36:42.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.232674+0000 mon.smithi098 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.98:0/575237746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:42.182 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1708648600,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:39.409093+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:39.409138+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.973610+0000 mon.smithi098 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:40.982327+0000 mon.smithi098 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.98:6802/2674571622,v1:172.21.15.98:6803/2674571622] boot 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:40.982350+0000 mon.smithi098 (mon.0) 379 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.982449+0000 mon.smithi098 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.982772+0000 mon.smithi098 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:42.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.982973+0000 mon.smithi098 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.983153+0000 mon.smithi098 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.983316+0000 mon.smithi098 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.983485+0000 mon.smithi098 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:40.983682+0000 mon.smithi098 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T00:36:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.232674+0000 mon.smithi098 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.98:0/575237746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:43.183 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:43.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:41.862065+0000 mgr.smithi098.snaxby (mgr.14182) 66 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-23T00:36:43.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987067+0000 mon.smithi098 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-23T00:36:43.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:41.987109+0000 mon.smithi098 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987205+0000 mon.smithi098 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987474+0000 mon.smithi098 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987599+0000 mon.smithi098 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987790+0000 mon.smithi098 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.987947+0000 mon.smithi098 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:41.988476+0000 mon.smithi098 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:41.862065+0000 mgr.smithi098.snaxby (mgr.14182) 66 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987067+0000 mon.smithi098 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:41.987109+0000 mon.smithi098 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987205+0000 mon.smithi098 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987474+0000 mon.smithi098 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987599+0000 mon.smithi098 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987790+0000 mon.smithi098 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:43.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.987947+0000 mon.smithi098 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:43.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:41.988476+0000 mon.smithi098 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T00:36:44.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.989067+0000 mon.smithi098 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T00:36:44.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:42.989121+0000 mon.smithi098 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-23T00:36:44.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.989749+0000 mon.smithi098 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.989994+0000 mon.smithi098 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.990115+0000 mon.smithi098 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.990299+0000 mon.smithi098 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:42.990435+0000 mon.smithi098 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.385345+0000 mon.smithi098 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.386044+0000 mon.smithi098 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.386584+0000 mon.smithi098 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:43.387047+0000 mgr.smithi098.snaxby (mgr.14182) 67 : cephadm [INF] Deploying daemon osd.5 on smithi098 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.477141+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:36:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.477515+0000 mon.smithi098 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.989067+0000 mon.smithi098 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:42.989121+0000 mon.smithi098 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.989749+0000 mon.smithi098 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.989994+0000 mon.smithi098 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.990115+0000 mon.smithi098 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.990299+0000 mon.smithi098 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:42.990435+0000 mon.smithi098 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.385345+0000 mon.smithi098 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.386044+0000 mon.smithi098 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.386584+0000 mon.smithi098 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:43.387047+0000 mgr.smithi098.snaxby (mgr.14182) 67 : cephadm [INF] Deploying daemon osd.5 on smithi098 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.477141+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:36:44.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.477515+0000 mon.smithi098 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:36:45.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:43.862402+0000 mgr.smithi098.snaxby (mgr.14182) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:36:45.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.998620+0000 mon.smithi098 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T00:36:45.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:43.998673+0000 mon.smithi098 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.998770+0000 mon.smithi098 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999007+0000 mon.smithi098 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999134+0000 mon.smithi098 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999187+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999251+0000 mon.smithi098 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999368+0000 mon.smithi098 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:43.999571+0000 mon.smithi098 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:43.862402+0000 mgr.smithi098.snaxby (mgr.14182) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.998620+0000 mon.smithi098 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:43.998673+0000 mon.smithi098 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.998770+0000 mon.smithi098 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999007+0000 mon.smithi098 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999134+0000 mon.smithi098 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999187+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:45.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999251+0000 mon.smithi098 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:45.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999368+0000 mon.smithi098 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:45.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:43.999571+0000 mon.smithi098 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.003422+0000 mon.smithi098 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:45.003480+0000 mon.smithi098 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.004214+0000 mon.smithi098 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.004458+0000 mon.smithi098 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.004708+0000 mon.smithi098 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.008043+0000 mon.smithi098 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.008265+0000 mon.smithi098 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.008503+0000 mon.smithi098 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:45.832942+0000 mon.smithi098 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:46.299 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.003422+0000 mon.smithi098 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:46.299 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:45.003480+0000 mon.smithi098 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.004214+0000 mon.smithi098 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.004458+0000 mon.smithi098 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.004708+0000 mon.smithi098 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.008043+0000 mon.smithi098 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.008265+0000 mon.smithi098 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.008503+0000 mon.smithi098 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:46.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:45.832942+0000 mon.smithi098 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:46.883 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:44.502015+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:44.502072+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:45.862663+0000 mgr.smithi098.snaxby (mgr.14182) 69 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:46.005011+0000 mon.smithi098 (mon.0) 424 : cluster [INF] osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262] boot 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:46.005040+0000 mon.smithi098 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.005155+0000 mon.smithi098 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.005810+0000 mon.smithi098 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.006033+0000 mon.smithi098 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:47.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.006261+0000 mon.smithi098 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:47.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.006485+0000 mon.smithi098 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:47.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.479040+0000 mon.smithi098 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T00:36:47.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:46.882393+0000 mon.smithi098 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.98:0/1792291822' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:47.375 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:44.502015+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:47.375 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:44.502072+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:47.375 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:45.862663+0000 mgr.smithi098.snaxby (mgr.14182) 69 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:36:47.375 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:46.005011+0000 mon.smithi098 (mon.0) 424 : cluster [INF] osd.4 [v2:172.21.15.122:6816/4014503262,v1:172.21.15.122:6817/4014503262] boot 2024-02-23T00:36:47.376 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:46.005040+0000 mon.smithi098 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-23T00:36:47.376 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.005155+0000 mon.smithi098 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:47.376 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.005810+0000 mon.smithi098 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:36:47.376 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.006033+0000 mon.smithi098 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:47.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.006261+0000 mon.smithi098 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:47.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.006485+0000 mon.smithi098 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:47.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.479040+0000 mon.smithi098 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T00:36:47.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:46.882393+0000 mon.smithi098 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.98:0/1792291822' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1708648605,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.014385+0000 mon.smithi098 (mon.0) 433 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:47.014437+0000 mon.smithi098 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.014527+0000 mon.smithi098 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.014794+0000 mon.smithi098 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.014959+0000 mon.smithi098 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.015126+0000 mon.smithi098 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:48.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:47.015318+0000 mon.smithi098 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.014385+0000 mon.smithi098 (mon.0) 433 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T00:36:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:47.014437+0000 mon.smithi098 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-23T00:36:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.014527+0000 mon.smithi098 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.014794+0000 mon.smithi098 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:48.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.014959+0000 mon.smithi098 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:48.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.015126+0000 mon.smithi098 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:48.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:47.015318+0000 mon.smithi098 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:49.020 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:49.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:47.863131+0000 mgr.smithi098.snaxby (mgr.14182) 70 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.017110+0000 mon.smithi098 (mon.0) 440 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:48.017167+0000 mon.smithi098 (mon.0) 441 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.017518+0000 mon.smithi098 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.017773+0000 mon.smithi098 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.018506+0000 mon.smithi098 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.018743+0000 mon.smithi098 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.022726+0000 mon.smithi098 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:48.813724+0000 mon.smithi098 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.006706+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.007137+0000 mon.smithi098 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:36:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:49.017280+0000 mon.smithi098 (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337] boot 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.017322+0000 mon.smithi098 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:49.017383+0000 mon.smithi098 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.017643+0000 mon.smithi098 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.017854+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.017860+0000 mon.smithi098 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.018080+0000 mon.smithi098 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.018365+0000 mon.smithi098 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:49.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:49.018549+0000 mon.smithi098 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:47.863131+0000 mgr.smithi098.snaxby (mgr.14182) 70 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.017110+0000 mon.smithi098 (mon.0) 440 : audit [INF] from='osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:48.017167+0000 mon.smithi098 (mon.0) 441 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.017518+0000 mon.smithi098 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.017773+0000 mon.smithi098 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.018506+0000 mon.smithi098 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.018743+0000 mon.smithi098 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.022726+0000 mon.smithi098 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:48.813724+0000 mon.smithi098 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.006706+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.007137+0000 mon.smithi098 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:49.017280+0000 mon.smithi098 (mon.0) 449 : cluster [INF] osd.3 [v2:172.21.15.98:6810/763386337,v1:172.21.15.98:6811/763386337] boot 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.017322+0000 mon.smithi098 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:49.017383+0000 mon.smithi098 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.017643+0000 mon.smithi098 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.017854+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.017860+0000 mon.smithi098 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.018080+0000 mon.smithi098 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.018365+0000 mon.smithi098 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-02-23T00:36:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:49.018549+0000 mon.smithi098 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:47.468506+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:47.468550+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:50.018561+0000 mon.smithi098 (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:50.018654+0000 mon.smithi098 (mon.0) 458 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:50.018766+0000 mon.smithi098 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:50.019014+0000 mon.smithi098 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:50.019164+0000 mon.smithi098 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:50.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:47.468506+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:47.468550+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:50.018561+0000 mon.smithi098 (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:50.018654+0000 mon.smithi098 (mon.0) 458 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:50.018766+0000 mon.smithi098 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:50.019014+0000 mon.smithi098 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:50.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:50.019164+0000 mon.smithi098 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:49.863540+0000 mgr.smithi098.snaxby (mgr.14182) 71 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:50.025208+0000 mon.smithi098 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:51.021121+0000 mon.smithi098 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404] boot 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:51.021161+0000 mon.smithi098 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:51.021305+0000 mon.smithi098 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:51.021640+0000 mon.smithi098 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:51.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:51.021877+0000 mon.smithi098 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:49.863540+0000 mgr.smithi098.snaxby (mgr.14182) 71 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:36:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:50.025208+0000 mon.smithi098 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:51.021121+0000 mon.smithi098 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.122:6824/463243404,v1:172.21.15.122:6825/463243404] boot 2024-02-23T00:36:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:51.021161+0000 mon.smithi098 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-23T00:36:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:51.021305+0000 mon.smithi098 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:51.021640+0000 mon.smithi098 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:36:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:51.021877+0000 mon.smithi098 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:52.136 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:52.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:49.976354+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:52.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:49.976409+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:52.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:49.976354+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:36:52.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:49.976409+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:36:53.017 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1708648611,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:51.863864+0000 mgr.smithi098.snaxby (mgr.14182) 72 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:52.038543+0000 mon.smithi098 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-23T00:36:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:52.038671+0000 mon.smithi098 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:52.038905+0000 mon.smithi098 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:52.135048+0000 mon.smithi098 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.98:0/738244901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:51.863864+0000 mgr.smithi098.snaxby (mgr.14182) 72 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:52.038543+0000 mon.smithi098 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-23T00:36:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:52.038671+0000 mon.smithi098 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:52.038905+0000 mon.smithi098 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:52.135048+0000 mon.smithi098 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.98:0/738244901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:54.019 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:54.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:53.313203+0000 mon.smithi098 (mon.0) 472 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:54.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:53.313867+0000 mon.smithi098 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T00:36:54.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:53.314364+0000 mon.smithi098 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:54.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:36:53.314810+0000 mgr.smithi098.snaxby (mgr.14182) 73 : cephadm [INF] Deploying daemon osd.7 on smithi098 2024-02-23T00:36:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:53.313203+0000 mon.smithi098 (mon.0) 472 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:36:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:53.313867+0000 mon.smithi098 (mon.0) 473 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T00:36:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:53.314364+0000 mon.smithi098 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:36:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:36:53.314810+0000 mgr.smithi098.snaxby (mgr.14182) 73 : cephadm [INF] Deploying daemon osd.7 on smithi098 2024-02-23T00:36:55.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:53.864184+0000 mgr.smithi098.snaxby (mgr.14182) 74 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:53.864184+0000 mgr.smithi098.snaxby (mgr.14182) 74 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:57.318 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:36:57.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:55.864497+0000 mgr.smithi098.snaxby (mgr.14182) 75 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:57.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:56.467945+0000 mon.smithi098 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T00:36:57.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:57.317113+0000 mon.smithi098 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.98:0/4136311660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:55.864497+0000 mgr.smithi098.snaxby (mgr.14182) 75 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:56.467945+0000 mon.smithi098 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T00:36:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:57.317113+0000 mon.smithi098 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.98:0/4136311660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:36:58.487 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1708648611,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:36:58.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:57.328492+0000 mon.smithi098 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T00:36:58.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:57.328554+0000 mon.smithi098 (mon.0) 478 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-23T00:36:58.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:57.328665+0000 mon.smithi098 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:58.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:57.328944+0000 mon.smithi098 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:58.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:57.329141+0000 mon.smithi098 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:57.328492+0000 mon.smithi098 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T00:36:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:57.328554+0000 mon.smithi098 (mon.0) 478 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-23T00:36:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:57.328665+0000 mon.smithi098 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:57.328944+0000 mon.smithi098 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:57.329141+0000 mon.smithi098 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:36:59.491 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:36:59.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:57.864796+0000 mgr.smithi098.snaxby (mgr.14182) 76 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:58.330197+0000 mon.smithi098 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:58.330250+0000 mon.smithi098 (mon.0) 483 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-23T00:36:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:58.330617+0000 mon.smithi098 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:58.330910+0000 mon.smithi098 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:36:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:58.336408+0000 mon.smithi098 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:57.864796+0000 mgr.smithi098.snaxby (mgr.14182) 76 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:58.330197+0000 mon.smithi098 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:58.330250+0000 mon.smithi098 (mon.0) 483 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:58.330617+0000 mon.smithi098 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:58.330910+0000 mon.smithi098 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:36:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:36:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:58.336408+0000 mon.smithi098 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:57.461784+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:57.461823+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:59.333993+0000 mon.smithi098 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:59.336750+0000 mon.smithi098 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343] boot 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:59.336776+0000 mon.smithi098 (mon.0) 489 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:59.337186+0000 mon.smithi098 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:37:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:36:59.337371+0000 mon.smithi098 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:57.461784+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:37:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:57.461823+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:37:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:59.333993+0000 mon.smithi098 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:37:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:59.336750+0000 mon.smithi098 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.98:6818/3227536343,v1:172.21.15.98:6819/3227536343] boot 2024-02-23T00:37:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:59.336776+0000 mon.smithi098 (mon.0) 489 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-23T00:37:00.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:59.337186+0000 mon.smithi098 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:37:00.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:36:59.337371+0000 mon.smithi098 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:01.590 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:36:59.865080+0000 mgr.smithi098.snaxby (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:37:01.590 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:00.349053+0000 mon.smithi098 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-23T00:37:01.590 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:00.349178+0000 mon.smithi098 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:36:59.865080+0000 mgr.smithi098.snaxby (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:37:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:00.349053+0000 mon.smithi098 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-23T00:37:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:00.349178+0000 mon.smithi098 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:02.455 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:03.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:01.756552+0000 mon.smithi098 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:03.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:01.865402+0000 mgr.smithi098.snaxby (mgr.14182) 78 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:03.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:02.454576+0000 mon.smithi098 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.98:0/2103270439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:37:03.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:01.756552+0000 mon.smithi098 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:03.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:01.865402+0000 mgr.smithi098.snaxby (mgr.14182) 78 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:03.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:02.454576+0000 mon.smithi098 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.98:0/2103270439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:37:03.903 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1708648619,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":0} 2024-02-23T00:37:04.905 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:37:05.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:03.865795+0000 mgr.smithi098.snaxby (mgr.14182) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:05.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:03.947787+0000 mon.smithi098 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T00:37:05.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:03.865795+0000 mgr.smithi098.snaxby (mgr.14182) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:05.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:03.947787+0000 mon.smithi098 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T00:37:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:04.929391+0000 mon.smithi098 (mon.0) 497 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T00:37:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:04.929433+0000 mon.smithi098 (mon.0) 498 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-23T00:37:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:04.929577+0000 mon.smithi098 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:06.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:04.930016+0000 mon.smithi098 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:37:06.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:04.929391+0000 mon.smithi098 (mon.0) 497 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T00:37:06.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:04.929433+0000 mon.smithi098 (mon.0) 498 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-23T00:37:06.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:04.929577+0000 mon.smithi098 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:06.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:04.930016+0000 mon.smithi098 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:05.866070+0000 mgr.smithi098.snaxby (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:05.931632+0000 mon.smithi098 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:05.931678+0000 mon.smithi098 (mon.0) 502 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:05.932283+0000 mon.smithi098 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:05.937824+0000 mon.smithi098 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.671732+0000 mon.smithi098 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.672700+0000 mon.smithi098 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:37:07.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.673272+0000 mon.smithi098 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:37:07.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.673780+0000 mon.smithi098 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:05.866070+0000 mgr.smithi098.snaxby (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:05.931632+0000 mon.smithi098 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:05.931678+0000 mon.smithi098 (mon.0) 502 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:05.932283+0000 mon.smithi098 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:05.937824+0000 mon.smithi098 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.671732+0000 mon.smithi098 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.672700+0000 mon.smithi098 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.673272+0000 mon.smithi098 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:37:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.673780+0000 mon.smithi098 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:07.886 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:04.898610+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:04.898662+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:06.672467+0000 mgr.smithi098.snaxby (mgr.14182) 81 : cephadm [INF] Reconfiguring mon.smithi098 (unknown last config time)... 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:06.674264+0000 mgr.smithi098.snaxby (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.935581+0000 mon.smithi098 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:06.943534+0000 mon.smithi098 (mon.0) 510 : cluster [INF] osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055] boot 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:06.943558+0000 mon.smithi098 (mon.0) 511 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:06.943769+0000 mon.smithi098 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:08.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:07.885216+0000 mon.smithi098 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.98:0/3137039685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:04.898610+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:04.898662+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:06.672467+0000 mgr.smithi098.snaxby (mgr.14182) 81 : cephadm [INF] Reconfiguring mon.smithi098 (unknown last config time)... 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:06.674264+0000 mgr.smithi098.snaxby (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.935581+0000 mon.smithi098 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:06.943534+0000 mon.smithi098 (mon.0) 510 : cluster [INF] osd.7 [v2:172.21.15.98:6826/3179104055,v1:172.21.15.98:6827/3179104055] boot 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:06.943558+0000 mon.smithi098 (mon.0) 511 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-23T00:37:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:06.943769+0000 mon.smithi098 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:37:08.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:07.885216+0000 mon.smithi098 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.98:0/3137039685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:37:08.832 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1708648626,"num_in_osds":8,"osd_in_since":1708648578,"num_remapped_pgs":1} 2024-02-23T00:37:08.833 INFO:tasks.cephadm:Setting up client nodes... 2024-02-23T00:37:08.833 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-23T00:37:09.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:07.866400+0000 mgr.smithi098.snaxby (mgr.14182) 83 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:09.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:07.948515+0000 mon.smithi098 (mon.0) 514 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-23T00:37:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:07.866400+0000 mgr.smithi098.snaxby (mgr.14182) 83 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:37:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:07.948515+0000 mon.smithi098 (mon.0) 514 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-23T00:37:10.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:08.950812+0000 mon.smithi098 (mon.0) 515 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-23T00:37:10.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:09.825054+0000 mon.smithi098 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:10.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:09.825894+0000 mon.smithi098 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.snaxby", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:37:10.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:09.826513+0000 mon.smithi098 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:37:10.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:09.827016+0000 mon.smithi098 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:08.950812+0000 mon.smithi098 (mon.0) 515 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-23T00:37:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:09.825054+0000 mon.smithi098 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:09.825894+0000 mon.smithi098 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.snaxby", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:37:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:09.826513+0000 mon.smithi098 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:37:10.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:09.827016+0000 mon.smithi098 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:11.310 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:09.825640+0000 mgr.smithi098.snaxby (mgr.14182) 84 : cephadm [INF] Reconfiguring mgr.smithi098.snaxby (unknown last config time)... 2024-02-23T00:37:11.311 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:09.827466+0000 mgr.smithi098.snaxby (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mgr.smithi098.snaxby on smithi098 2024-02-23T00:37:11.311 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:09.866750+0000 mgr.smithi098.snaxby (mgr.14182) 86 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:09.825640+0000 mgr.smithi098.snaxby (mgr.14182) 84 : cephadm [INF] Reconfiguring mgr.smithi098.snaxby (unknown last config time)... 2024-02-23T00:37:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:09.827466+0000 mgr.smithi098.snaxby (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon mgr.smithi098.snaxby on smithi098 2024-02-23T00:37:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:09.866750+0000 mgr.smithi098.snaxby (mgr.14182) 86 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:12.494 INFO:teuthology.orchestra.run.smithi098.stdout:[client.0] 2024-02-23T00:37:12.494 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQC46Ndl5D45HRAAeYQm98nrdQWENJj5aPZheQ== 2024-02-23T00:37:13.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:11.867197+0000 mgr.smithi098.snaxby (mgr.14182) 87 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:13.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:12.490115+0000 mon.smithi098 (mon.0) 520 : audit [INF] from='client.? 172.21.15.98:0/217584698' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:13.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:12.493309+0000 mon.smithi098 (mon.0) 521 : audit [INF] from='client.? 172.21.15.98:0/217584698' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:37:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:11.867197+0000 mgr.smithi098.snaxby (mgr.14182) 87 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:12.490115+0000 mon.smithi098 (mon.0) 520 : audit [INF] from='client.? 172.21.15.98:0/217584698' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:12.493309+0000 mon.smithi098 (mon.0) 521 : audit [INF] from='client.? 172.21.15.98:0/217584698' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:37:13.963 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T00:37:13.963 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-23T00:37:13.964 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-23T00:37:14.003 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-23T00:37:14.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:13.422649+0000 mon.smithi098 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:14.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:13.423363+0000 mgr.smithi098.snaxby (mgr.14182) 88 : cephadm [INF] Reconfiguring alertmanager.smithi098 (dependencies changed)... 2024-02-23T00:37:14.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:13.429549+0000 mgr.smithi098.snaxby (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon alertmanager.smithi098 on smithi098 2024-02-23T00:37:14.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:13.422649+0000 mon.smithi098 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:14.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:13.423363+0000 mgr.smithi098.snaxby (mgr.14182) 88 : cephadm [INF] Reconfiguring alertmanager.smithi098 (dependencies changed)... 2024-02-23T00:37:14.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:13.429549+0000 mgr.smithi098.snaxby (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon alertmanager.smithi098 on smithi098 2024-02-23T00:37:15.563 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:13.867522+0000 mgr.smithi098.snaxby (mgr.14182) 90 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:15.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:13.867522+0000 mgr.smithi098.snaxby (mgr.14182) 90 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:16.351 INFO:teuthology.orchestra.run.smithi122.stdout:[client.1] 2024-02-23T00:37:16.351 INFO:teuthology.orchestra.run.smithi122.stdout: key = AQC86Ndlv4uuFBAA70mOgwmK4D/9j89hEqzmrw== 2024-02-23T00:37:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:16.346377+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='client.? 172.21.15.122:0/2072426330' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:16.346823+0000 mon.smithi098 (mon.0) 523 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:16.350135+0000 mon.smithi098 (mon.0) 524 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:37:16.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:16.346377+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='client.? 172.21.15.122:0/2072426330' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:16.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:16.346823+0000 mon.smithi098 (mon.0) 523 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:37:16.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:16.350135+0000 mon.smithi098 (mon.0) 524 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:37:17.187 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T00:37:17.187 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-23T00:37:17.188 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-23T00:37:17.231 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:37:17.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:15.868066+0000 mgr.smithi098.snaxby (mgr.14182) 91 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:15.868066+0000 mgr.smithi098.snaxby (mgr.14182) 91 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:18.338 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:19.579 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:17.868540+0000 mgr.smithi098.snaxby (mgr.14182) 92 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:17.868540+0000 mgr.smithi098.snaxby (mgr.14182) 92 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:20.988 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:20.988 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":41,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","created":"2024-02-23T00:33:05.496419+0000","modified":"2024-02-23T00:37:08.946548+0000","last_up_change":"2024-02-23T00:37:06.935287+0000","last_in_change":"2024-02-23T00:36:18.026542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-23T00:36:41.232482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b013de96-6b36-4f9f-ac85-39bd553734f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6801","nonce":161785491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6803","nonce":161785491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6807","nonce":161785491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6805","nonce":161785491}]},"public_addr":"172.21.15.122:6801/161785491","cluster_addr":"172.21.15.122:6803/161785491","heartbeat_back_addr":"172.21.15.122:6807/161785491","heartbeat_front_addr":"172.21.15.122:6805/161785491","state":["exists","up"]},{"osd":1,"uuid":"e9849def-5f58-4123-be07-57bd4e70d3fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6803","nonce":2674571622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6805","nonce":2674571622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6809","nonce":2674571622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6807","nonce":2674571622}]},"public_addr":"172.21.15.98:6803/2674571622","cluster_addr":"172.21.15.98:6805/2674571622","heartbeat_back_addr":"172.21.15.98:6809/2674571622","heartbeat_front_addr":"172.21.15.98:6807/2674571622","state":["exists","up"]},{"osd":2,"uuid":"3652bbee-55df-484f-8df0-6d10bbad7d69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6809","nonce":4084497658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6811","nonce":4084497658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6815","nonce":4084497658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6813","nonce":4084497658}]},"public_addr":"172.21.15.122:6809/4084497658","cluster_addr":"172.21.15.122:6811/4084497658","heartbeat_back_addr":"172.21.15.122:6815/4084497658","heartbeat_front_addr":"172.21.15.122:6813/4084497658","state":["exists","up"]},{"osd":3,"uuid":"561c5b47-0a18-4edc-8dd7-b45f84c8ba15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6811","nonce":763386337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6813","nonce":763386337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6817","nonce":763386337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6815","nonce":763386337}]},"public_addr":"172.21.15.98:6811/763386337","cluster_addr":"172.21.15.98:6813/763386337","heartbeat_back_addr":"172.21.15.98:6817/763386337","heartbeat_front_addr":"172.21.15.98:6815/763386337","state":["exists","up"]},{"osd":4,"uuid":"8fb89777-0857-4ecc-9d29-75d968a4c16a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6817","nonce":4014503262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6819","nonce":4014503262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6823","nonce":4014503262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6821","nonce":4014503262}]},"public_addr":"172.21.15.122:6817/4014503262","cluster_addr":"172.21.15.122:6819/4014503262","heartbeat_back_addr":"172.21.15.122:6823/4014503262","heartbeat_front_addr":"172.21.15.122:6821/4014503262","state":["exists","up"]},{"osd":5,"uuid":"142566bd-5609-42d7-a7c3-1d4c9143ac66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6819","nonce":3227536343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6821","nonce":3227536343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6825","nonce":3227536343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6823","nonce":3227536343}]},"public_addr":"172.21.15.98:6819/3227536343","cluster_addr":"172.21.15.98:6821/3227536343","heartbeat_back_addr":"172.21.15.98:6825/3227536343","heartbeat_front_addr":"172.21.15.98:6823/3227536343","state":["exists","up"]},{"osd":6,"uuid":"061f0d54-b742-479f-9af0-56a070ad6da9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6825","nonce":463243404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6827","nonce":463243404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6831","nonce":463243404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6829","nonce":463243404}]},"public_addr":"172.21.15.122:6825/463243404","cluster_addr":"172.21.15.122:6827/463243404","heartbeat_back_addr":"172.21.15.122:6831/463243404","heartbeat_front_addr":"172.21.15.122:6829/463243404","state":["exists","up"]},{"osd":7,"uuid":"a5b84870-feba-4330-b1af-d0ee2e01e873","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6827","nonce":3179104055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6829","nonce":3179104055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6833","nonce":3179104055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6831","nonce":3179104055}]},"public_addr":"172.21.15.98:6827/3179104055","cluster_addr":"172.21.15.98:6829/3179104055","heartbeat_back_addr":"172.21.15.98:6833/3179104055","heartbeat_front_addr":"172.21.15.98:6831/3179104055","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:33.199945+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:39.409140+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:38.891968+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:47.468552+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:44.502074+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:57.461826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:49.976412+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:37:04.898666+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/3914363025":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/3084652682":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6801/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6800/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/187020031":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6801/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:0/2111780809":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/366388874":"2024-02-24T00:33:35.499843+0000","172.21.15.98:6801/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/2431032662":"2024-02-24T00:33:35.499843+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:37:21.697 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:19.868908+0000 mgr.smithi098.snaxby (mgr.14182) 93 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:21.697 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:20.764580+0000 mon.smithi098 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:21.698 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:20.765523+0000 mon.smithi098 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:37:21.698 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:20.766157+0000 mon.smithi098 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:21.698 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:20.786138+0000 mon.smithi098 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.98:0/1597985874' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:19.868908+0000 mgr.smithi098.snaxby (mgr.14182) 93 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:20.764580+0000 mon.smithi098 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:20.765523+0000 mon.smithi098 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:37:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:20.766157+0000 mon.smithi098 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:20.786138+0000 mon.smithi098 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.98:0/1597985874' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:22.043 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-23T00:36:41.232482+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-23T00:37:22.043 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-23T00:37:22.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:20.765269+0000 mgr.smithi098.snaxby (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2024-02-23T00:37:22.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:20.766614+0000 mgr.smithi098.snaxby (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2024-02-23T00:37:22.852 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:20.765269+0000 mgr.smithi098.snaxby (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2024-02-23T00:37:22.853 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:20.766614+0000 mgr.smithi098.snaxby (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2024-02-23T00:37:22.926 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:23.447 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:21.869284+0000 mgr.smithi098.snaxby (mgr.14182) 96 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:23.447 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:22.902485+0000 mon.smithi098 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:21.869284+0000 mgr.smithi098.snaxby (mgr.14182) 96 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:22.902485+0000 mon.smithi098 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:24.722 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:22.903242+0000 mgr.smithi098.snaxby (mgr.14182) 97 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-02-23T00:37:24.722 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:22.936822+0000 mgr.smithi098.snaxby (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-02-23T00:37:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:22.903242+0000 mgr.smithi098.snaxby (mgr.14182) 97 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-02-23T00:37:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:22.936822+0000 mgr.smithi098.snaxby (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-02-23T00:37:25.706 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:23.869837+0000 mgr.smithi098.snaxby (mgr.14182) 99 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:23.869837+0000 mgr.smithi098.snaxby (mgr.14182) 99 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:26.510 INFO:teuthology.orchestra.run.smithi098.stdout:pg_num: 1 2024-02-23T00:37:27.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:25.870143+0000 mgr.smithi098.snaxby (mgr.14182) 100 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:27.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:26.509041+0000 mon.smithi098 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.98:0/112014143' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-23T00:37:27.946 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-23T00:37:27.946 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-23T00:37:27.946 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph mgr dump --format=json 2024-02-23T00:37:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:25.870143+0000 mgr.smithi098.snaxby (mgr.14182) 100 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:26.509041+0000 mon.smithi098 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.98:0/112014143' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-23T00:37:29.097 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:27.870589+0000 mgr.smithi098.snaxby (mgr.14182) 101 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:27.870589+0000 mgr.smithi098.snaxby (mgr.14182) 101 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:31.082 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:31.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:29.870987+0000 mgr.smithi098.snaxby (mgr.14182) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:31.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:31.075058+0000 mon.smithi098 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.98:0/1533575110' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-23T00:37:31.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:29.870987+0000 mgr.smithi098.snaxby (mgr.14182) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:31.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:31.075058+0000 mon.smithi098 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.98:0/1533575110' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-23T00:37:32.147 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi098.snaxby","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":2330805814},{"type":"v1","addr":"172.21.15.98:6801","nonce":2330805814}]},"active_addr":"172.21.15.98:6801/2330805814","active_change":"2024-02-23T00:34:59.840061+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi122.qzchkv","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.98:8443/","prometheus":"http://172.21.15.98: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.98:0","nonce":3282707498}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":3950005255}]}]} 2024-02-23T00:37:32.150 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-23T00:37:32.150 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-23T00:37:32.151 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:37:32.417 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:31.675100+0000 mon.smithi098 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:31.676213+0000 mgr.smithi098.snaxby (mgr.14182) 103 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2024-02-23T00:37:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:31.676465+0000 mon.smithi098 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:37:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:31.677099+0000 mon.smithi098 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:31.677530+0000 mgr.smithi098.snaxby (mgr.14182) 104 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2024-02-23T00:37:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:31.871249+0000 mgr.smithi098.snaxby (mgr.14182) 105 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:31.675100+0000 mon.smithi098 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:31.676213+0000 mgr.smithi098.snaxby (mgr.14182) 103 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:31.676465+0000 mon.smithi098 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:31.677099+0000 mon.smithi098 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:31.677530+0000 mgr.smithi098.snaxby (mgr.14182) 104 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2024-02-23T00:37:32.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:31.871249+0000 mgr.smithi098.snaxby (mgr.14182) 105 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:33.221532+0000 mon.smithi098 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:33.222097+0000 mgr.smithi098.snaxby (mgr.14182) 106 : cephadm [INF] Reconfiguring mgr.smithi122.qzchkv (monmap changed)... 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:33.222381+0000 mon.smithi098 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qzchkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:33.222998+0000 mon.smithi098 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:33.223456+0000 mon.smithi098 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:33.223870+0000 mgr.smithi098.snaxby (mgr.14182) 107 : cephadm [INF] Reconfiguring daemon mgr.smithi122.qzchkv on smithi122 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:33.221532+0000 mon.smithi098 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:33.222097+0000 mgr.smithi098.snaxby (mgr.14182) 106 : cephadm [INF] Reconfiguring mgr.smithi122.qzchkv (monmap changed)... 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:33.222381+0000 mon.smithi098 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qzchkv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:33.222998+0000 mon.smithi098 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:33.223456+0000 mon.smithi098 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:34.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:33.223870+0000 mgr.smithi098.snaxby (mgr.14182) 107 : cephadm [INF] Reconfiguring daemon mgr.smithi122.qzchkv on smithi122 2024-02-23T00:37:34.515 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:34.515 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":41,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","created":"2024-02-23T00:33:05.496419+0000","modified":"2024-02-23T00:37:08.946548+0000","last_up_change":"2024-02-23T00:37:06.935287+0000","last_in_change":"2024-02-23T00:36:18.026542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-23T00:36:41.232482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b013de96-6b36-4f9f-ac85-39bd553734f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6801","nonce":161785491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6803","nonce":161785491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6807","nonce":161785491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6805","nonce":161785491}]},"public_addr":"172.21.15.122:6801/161785491","cluster_addr":"172.21.15.122:6803/161785491","heartbeat_back_addr":"172.21.15.122:6807/161785491","heartbeat_front_addr":"172.21.15.122:6805/161785491","state":["exists","up"]},{"osd":1,"uuid":"e9849def-5f58-4123-be07-57bd4e70d3fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6803","nonce":2674571622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6805","nonce":2674571622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6809","nonce":2674571622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6807","nonce":2674571622}]},"public_addr":"172.21.15.98:6803/2674571622","cluster_addr":"172.21.15.98:6805/2674571622","heartbeat_back_addr":"172.21.15.98:6809/2674571622","heartbeat_front_addr":"172.21.15.98:6807/2674571622","state":["exists","up"]},{"osd":2,"uuid":"3652bbee-55df-484f-8df0-6d10bbad7d69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6809","nonce":4084497658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6811","nonce":4084497658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6815","nonce":4084497658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6813","nonce":4084497658}]},"public_addr":"172.21.15.122:6809/4084497658","cluster_addr":"172.21.15.122:6811/4084497658","heartbeat_back_addr":"172.21.15.122:6815/4084497658","heartbeat_front_addr":"172.21.15.122:6813/4084497658","state":["exists","up"]},{"osd":3,"uuid":"561c5b47-0a18-4edc-8dd7-b45f84c8ba15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6811","nonce":763386337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6813","nonce":763386337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6817","nonce":763386337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6815","nonce":763386337}]},"public_addr":"172.21.15.98:6811/763386337","cluster_addr":"172.21.15.98:6813/763386337","heartbeat_back_addr":"172.21.15.98:6817/763386337","heartbeat_front_addr":"172.21.15.98:6815/763386337","state":["exists","up"]},{"osd":4,"uuid":"8fb89777-0857-4ecc-9d29-75d968a4c16a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6817","nonce":4014503262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6819","nonce":4014503262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6823","nonce":4014503262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6821","nonce":4014503262}]},"public_addr":"172.21.15.122:6817/4014503262","cluster_addr":"172.21.15.122:6819/4014503262","heartbeat_back_addr":"172.21.15.122:6823/4014503262","heartbeat_front_addr":"172.21.15.122:6821/4014503262","state":["exists","up"]},{"osd":5,"uuid":"142566bd-5609-42d7-a7c3-1d4c9143ac66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6819","nonce":3227536343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6821","nonce":3227536343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6825","nonce":3227536343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6823","nonce":3227536343}]},"public_addr":"172.21.15.98:6819/3227536343","cluster_addr":"172.21.15.98:6821/3227536343","heartbeat_back_addr":"172.21.15.98:6825/3227536343","heartbeat_front_addr":"172.21.15.98:6823/3227536343","state":["exists","up"]},{"osd":6,"uuid":"061f0d54-b742-479f-9af0-56a070ad6da9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6825","nonce":463243404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6827","nonce":463243404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6831","nonce":463243404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6829","nonce":463243404}]},"public_addr":"172.21.15.122:6825/463243404","cluster_addr":"172.21.15.122:6827/463243404","heartbeat_back_addr":"172.21.15.122:6831/463243404","heartbeat_front_addr":"172.21.15.122:6829/463243404","state":["exists","up"]},{"osd":7,"uuid":"a5b84870-feba-4330-b1af-d0ee2e01e873","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6827","nonce":3179104055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6829","nonce":3179104055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6833","nonce":3179104055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6831","nonce":3179104055}]},"public_addr":"172.21.15.98:6827/3179104055","cluster_addr":"172.21.15.98:6829/3179104055","heartbeat_back_addr":"172.21.15.98:6833/3179104055","heartbeat_front_addr":"172.21.15.98:6831/3179104055","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:33.199945+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:39.409140+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:38.891968+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:47.468552+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:44.502074+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:57.461826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:49.976412+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:37:04.898666+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/3914363025":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/3084652682":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6801/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6800/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/187020031":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6801/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:0/2111780809":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/366388874":"2024-02-24T00:33:35.499843+0000","172.21.15.98:6801/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/2431032662":"2024-02-24T00:33:35.499843+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:37:35.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:33.871529+0000 mgr.smithi098.snaxby (mgr.14182) 108 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:35.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:34.513416+0000 mon.smithi098 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.98:0/442472378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:35.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:34.856171+0000 mon.smithi098 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:35.343 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:34.857010+0000 mon.smithi098 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:37:35.343 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:34.857568+0000 mon.smithi098 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:37:35.343 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:34.858062+0000 mon.smithi098 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:35.363 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-23T00:37:35.364 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:33.871529+0000 mgr.smithi098.snaxby (mgr.14182) 108 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:34.513416+0000 mon.smithi098 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.98:0/442472378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:34.856171+0000 mon.smithi098 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:34.857010+0000 mon.smithi098 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:34.857568+0000 mon.smithi098 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:37:35.593 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:34.858062+0000 mon.smithi098 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:35.630 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:36.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:34.856774+0000 mgr.smithi098.snaxby (mgr.14182) 109 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2024-02-23T00:37:36.377 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:34.858503+0000 mgr.smithi098.snaxby (mgr.14182) 110 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2024-02-23T00:37:36.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:34.856774+0000 mgr.smithi098.snaxby (mgr.14182) 109 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2024-02-23T00:37:36.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:34.858503+0000 mgr.smithi098.snaxby (mgr.14182) 110 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:35.871784+0000 mgr.smithi098.snaxby (mgr.14182) 111 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.420493+0000 mon.smithi098 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.423262+0000 mon.smithi098 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.423628+0000 mgr.smithi098.snaxby (mgr.14182) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.424422+0000 mon.smithi098 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.424661+0000 mgr.smithi098.snaxby (mgr.14182) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2024-02-23T00:37:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.428107+0000 mon.smithi098 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.432409+0000 mon.smithi098 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.432737+0000 mgr.smithi098.snaxby (mgr.14182) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.436389+0000 mon.smithi098 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.436722+0000 mgr.smithi098.snaxby (mgr.14182) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.440969+0000 mon.smithi098 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.446144+0000 mon.smithi098 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.446478+0000 mgr.smithi098.snaxby (mgr.14182) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.448432+0000 mon.smithi098 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi122.front.sepia.ceph.com:9095"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.448744+0000 mgr.smithi098.snaxby (mgr.14182) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi122.front.sepia.ceph.com:9095"}]: dispatch 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.452866+0000 mon.smithi098 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:36.454584+0000 mon.smithi098 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:37:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:35.871784+0000 mgr.smithi098.snaxby (mgr.14182) 111 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.420493+0000 mon.smithi098 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.423262+0000 mon.smithi098 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.423628+0000 mgr.smithi098.snaxby (mgr.14182) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.424422+0000 mon.smithi098 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.424661+0000 mgr.smithi098.snaxby (mgr.14182) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.428107+0000 mon.smithi098 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.432409+0000 mon.smithi098 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.432737+0000 mgr.smithi098.snaxby (mgr.14182) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.436389+0000 mon.smithi098 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.436722+0000 mgr.smithi098.snaxby (mgr.14182) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.440969+0000 mon.smithi098 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.446144+0000 mon.smithi098 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:37:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.446478+0000 mgr.smithi098.snaxby (mgr.14182) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:37:37.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.448432+0000 mon.smithi098 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi122.front.sepia.ceph.com:9095"}]: dispatch 2024-02-23T00:37:37.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.448744+0000 mgr.smithi098.snaxby (mgr.14182) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi122.front.sepia.ceph.com:9095"}]: dispatch 2024-02-23T00:37:37.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.452866+0000 mon.smithi098 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:37.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:36.454584+0000 mon.smithi098 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:37:37.731 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:37:37.731 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":41,"fsid":"00f08340-d1e3-11ee-95c0-87774f69a715","created":"2024-02-23T00:33:05.496419+0000","modified":"2024-02-23T00:37:08.946548+0000","last_up_change":"2024-02-23T00:37:06.935287+0000","last_in_change":"2024-02-23T00:36:18.026542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-23T00:36:41.232482+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b013de96-6b36-4f9f-ac85-39bd553734f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6801","nonce":161785491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6803","nonce":161785491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6807","nonce":161785491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":161785491},{"type":"v1","addr":"172.21.15.122:6805","nonce":161785491}]},"public_addr":"172.21.15.122:6801/161785491","cluster_addr":"172.21.15.122:6803/161785491","heartbeat_back_addr":"172.21.15.122:6807/161785491","heartbeat_front_addr":"172.21.15.122:6805/161785491","state":["exists","up"]},{"osd":1,"uuid":"e9849def-5f58-4123-be07-57bd4e70d3fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6803","nonce":2674571622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6805","nonce":2674571622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6809","nonce":2674571622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2674571622},{"type":"v1","addr":"172.21.15.98:6807","nonce":2674571622}]},"public_addr":"172.21.15.98:6803/2674571622","cluster_addr":"172.21.15.98:6805/2674571622","heartbeat_back_addr":"172.21.15.98:6809/2674571622","heartbeat_front_addr":"172.21.15.98:6807/2674571622","state":["exists","up"]},{"osd":2,"uuid":"3652bbee-55df-484f-8df0-6d10bbad7d69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6809","nonce":4084497658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6811","nonce":4084497658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6815","nonce":4084497658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":4084497658},{"type":"v1","addr":"172.21.15.122:6813","nonce":4084497658}]},"public_addr":"172.21.15.122:6809/4084497658","cluster_addr":"172.21.15.122:6811/4084497658","heartbeat_back_addr":"172.21.15.122:6815/4084497658","heartbeat_front_addr":"172.21.15.122:6813/4084497658","state":["exists","up"]},{"osd":3,"uuid":"561c5b47-0a18-4edc-8dd7-b45f84c8ba15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6811","nonce":763386337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6813","nonce":763386337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6817","nonce":763386337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":763386337},{"type":"v1","addr":"172.21.15.98:6815","nonce":763386337}]},"public_addr":"172.21.15.98:6811/763386337","cluster_addr":"172.21.15.98:6813/763386337","heartbeat_back_addr":"172.21.15.98:6817/763386337","heartbeat_front_addr":"172.21.15.98:6815/763386337","state":["exists","up"]},{"osd":4,"uuid":"8fb89777-0857-4ecc-9d29-75d968a4c16a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6817","nonce":4014503262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6819","nonce":4014503262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6823","nonce":4014503262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":4014503262},{"type":"v1","addr":"172.21.15.122:6821","nonce":4014503262}]},"public_addr":"172.21.15.122:6817/4014503262","cluster_addr":"172.21.15.122:6819/4014503262","heartbeat_back_addr":"172.21.15.122:6823/4014503262","heartbeat_front_addr":"172.21.15.122:6821/4014503262","state":["exists","up"]},{"osd":5,"uuid":"142566bd-5609-42d7-a7c3-1d4c9143ac66","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6819","nonce":3227536343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6821","nonce":3227536343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6825","nonce":3227536343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3227536343},{"type":"v1","addr":"172.21.15.98:6823","nonce":3227536343}]},"public_addr":"172.21.15.98:6819/3227536343","cluster_addr":"172.21.15.98:6821/3227536343","heartbeat_back_addr":"172.21.15.98:6825/3227536343","heartbeat_front_addr":"172.21.15.98:6823/3227536343","state":["exists","up"]},{"osd":6,"uuid":"061f0d54-b742-479f-9af0-56a070ad6da9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6825","nonce":463243404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6827","nonce":463243404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6831","nonce":463243404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":463243404},{"type":"v1","addr":"172.21.15.122:6829","nonce":463243404}]},"public_addr":"172.21.15.122:6825/463243404","cluster_addr":"172.21.15.122:6827/463243404","heartbeat_back_addr":"172.21.15.122:6831/463243404","heartbeat_front_addr":"172.21.15.122:6829/463243404","state":["exists","up"]},{"osd":7,"uuid":"a5b84870-feba-4330-b1af-d0ee2e01e873","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6827","nonce":3179104055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6829","nonce":3179104055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6833","nonce":3179104055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3179104055},{"type":"v1","addr":"172.21.15.98:6831","nonce":3179104055}]},"public_addr":"172.21.15.98:6827/3179104055","cluster_addr":"172.21.15.98:6829/3179104055","heartbeat_back_addr":"172.21.15.98:6833/3179104055","heartbeat_front_addr":"172.21.15.98:6831/3179104055","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:33.199945+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:39.409140+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:38.891968+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:47.468552+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:44.502074+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:57.461826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:36:49.976412+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:37:04.898666+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/3914363025":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/3084652682":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6801/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:6800/784088966":"2024-02-24T00:34:59.839957+0000","172.21.15.98:0/187020031":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6801/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/798496750":"2024-02-24T00:34:06.988831+0000","172.21.15.98:0/2111780809":"2024-02-24T00:34:06.988831+0000","172.21.15.98:6800/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/366388874":"2024-02-24T00:33:35.499843+0000","172.21.15.98:6801/3307062338":"2024-02-24T00:33:35.499843+0000","172.21.15.98:0/2431032662":"2024-02-24T00:33:35.499843+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:37:38.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:37.730079+0000 mon.smithi098 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.98:0/1423286160' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:38.770 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:37.730079+0000 mon.smithi098 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.98:0/1423286160' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:37:39.113 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-23T00:37:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:37.872134+0000 mgr.smithi098.snaxby (mgr.14182) 118 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:39.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:37.872134+0000 mgr.smithi098.snaxby (mgr.14182) 118 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:39.957 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:40.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:39.534109+0000 mon.smithi098 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:40.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:39.534109+0000 mon.smithi098 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:39.872561+0000 mgr.smithi098.snaxby (mgr.14182) 119 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:41.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:39.872561+0000 mgr.smithi098.snaxby (mgr.14182) 119 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:43.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:41.873010+0000 mgr.smithi098.snaxby (mgr.14182) 120 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:43.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.429117+0000 mon.smithi098 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:43.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:41.873010+0000 mgr.smithi098.snaxby (mgr.14182) 120 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:43.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.429117+0000 mon.smithi098 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:44.364 INFO:teuthology.orchestra.run.smithi098.stdout:68719476752 2024-02-23T00:37:44.365 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-23T00:37:44.648 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:43.422739+0000 mgr.smithi098.snaxby (mgr.14182) 121 : cephadm [INF] Detected new or changed devices on smithi122 2024-02-23T00:37:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.711051+0000 mon.smithi098 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.711698+0000 mon.smithi098 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.712243+0000 mon.smithi098 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.712732+0000 mon.smithi098 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:43.716669+0000 mon.smithi098 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:44.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:44.525940+0000 mon.smithi098 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:43.422739+0000 mgr.smithi098.snaxby (mgr.14182) 121 : cephadm [INF] Detected new or changed devices on smithi122 2024-02-23T00:37:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.711051+0000 mon.smithi098 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.711698+0000 mon.smithi098 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.712243+0000 mon.smithi098 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.712732+0000 mon.smithi098 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:43.716669+0000 mon.smithi098 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:44.525940+0000 mon.smithi098 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:45.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:43.713132+0000 mgr.smithi098.snaxby (mgr.14182) 122 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 3736M 2024-02-23T00:37:45.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:43.873295+0000 mgr.smithi098.snaxby (mgr.14182) 123 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:43.713132+0000 mgr.smithi098.snaxby (mgr.14182) 122 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 3736M 2024-02-23T00:37:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:43.873295+0000 mgr.smithi098.snaxby (mgr.14182) 123 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:47.614 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:45.873672+0000 mgr.smithi098.snaxby (mgr.14182) 124 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:47.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:45.873672+0000 mgr.smithi098.snaxby (mgr.14182) 124 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:49.162 INFO:teuthology.orchestra.run.smithi098.stdout:90194313233 2024-02-23T00:37:49.162 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-23T00:37:49.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:47.873985+0000 mgr.smithi098.snaxby (mgr.14182) 125 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:49.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:47.873985+0000 mgr.smithi098.snaxby (mgr.14182) 125 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:49.966 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:51.322 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:49.874461+0000 mgr.smithi098.snaxby (mgr.14182) 126 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:51.322 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:50.253849+0000 mgr.smithi098.snaxby (mgr.14182) 127 : cephadm [INF] Detected new or changed devices on smithi098 2024-02-23T00:37:51.322 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.259059+0000 mon.smithi098 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.550020+0000 mon.smithi098 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.550590+0000 mon.smithi098 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.551063+0000 mon.smithi098 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.551509+0000 mon.smithi098 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:37:50.552134+0000 mgr.smithi098.snaxby (mgr.14182) 128 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3480M 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.562042+0000 mon.smithi098 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.562947+0000 mon.smithi098 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.563488+0000 mon.smithi098 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.567220+0000 mon.smithi098 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.570535+0000 mon.smithi098 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.573246+0000 mon.smithi098 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.574225+0000 mon.smithi098 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:37:51.323 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.574379+0000 mon.smithi098 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:51.324 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:37:50.574750+0000 mon.smithi098 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:49.874461+0000 mgr.smithi098.snaxby (mgr.14182) 126 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:50.253849+0000 mgr.smithi098.snaxby (mgr.14182) 127 : cephadm [INF] Detected new or changed devices on smithi098 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.259059+0000 mon.smithi098 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.550020+0000 mon.smithi098 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.550590+0000 mon.smithi098 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.551063+0000 mon.smithi098 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.551509+0000 mon.smithi098 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:37:50.552134+0000 mgr.smithi098.snaxby (mgr.14182) 128 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3480M 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.562042+0000 mon.smithi098 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.562947+0000 mon.smithi098 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:51.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.563488+0000 mon.smithi098 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.567220+0000 mon.smithi098 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.570535+0000 mon.smithi098 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.573246+0000 mon.smithi098 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.574225+0000 mon.smithi098 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.574379+0000 mon.smithi098 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:51.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:37:50.574750+0000 mon.smithi098 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:37:53.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:51.874867+0000 mgr.smithi098.snaxby (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:51.874867+0000 mgr.smithi098.snaxby (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:54.399 INFO:teuthology.orchestra.run.smithi098.stdout:85899345937 2024-02-23T00:37:54.400 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-23T00:37:54.679 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:55.568 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:53.875253+0000 mgr.smithi098.snaxby (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:53.875253+0000 mgr.smithi098.snaxby (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:57.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:55.875656+0000 mgr.smithi098.snaxby (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:57.585 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:55.875656+0000 mgr.smithi098.snaxby (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:58.002 INFO:teuthology.orchestra.run.smithi098.stdout:124554051600 2024-02-23T00:37:58.002 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-23T00:37:58.818 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:37:59.321 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:37:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:57.875990+0000 mgr.smithi098.snaxby (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:59.657 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:37:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:57.875990+0000 mgr.smithi098.snaxby (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:01.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:37:59.876413+0000 mgr.smithi098.snaxby (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:00.019649+0000 mon.smithi098 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:01.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:37:59.876413+0000 mgr.smithi098.snaxby (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:01.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:00.019649+0000 mon.smithi098 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:02.176 INFO:teuthology.orchestra.run.smithi098.stdout:111669149713 2024-02-23T00:38:02.177 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-23T00:38:02.485 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:03.283 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:01.876749+0000 mgr.smithi098.snaxby (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:03.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:01.876749+0000 mgr.smithi098.snaxby (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:05.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:03.877059+0000 mgr.smithi098.snaxby (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:05.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:03.877059+0000 mgr.smithi098.snaxby (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:06.593 INFO:teuthology.orchestra.run.smithi098.stdout:150323855377 2024-02-23T00:38:06.594 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-23T00:38:07.348 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:05.877523+0000 mgr.smithi098.snaxby (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:07.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:05.877523+0000 mgr.smithi098.snaxby (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:07.671 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:09.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:07.877836+0000 mgr.smithi098.snaxby (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:07.877836+0000 mgr.smithi098.snaxby (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:10.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:09.295942+0000 mon.smithi098 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:10.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:09.298149+0000 mon.smithi098 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:38:10.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:09.295942+0000 mon.smithi098 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:10.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:09.298149+0000 mon.smithi098 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:38:11.217 INFO:teuthology.orchestra.run.smithi098.stdout:133143986194 2024-02-23T00:38:11.218 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-23T00:38:11.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:09.878166+0000 mgr.smithi098.snaxby (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:09.878166+0000 mgr.smithi098.snaxby (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:12.005 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:11.878544+0000 mgr.smithi098.snaxby (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:12.306560+0000 mon.smithi098 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:11.878544+0000 mgr.smithi098.snaxby (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:12.306560+0000 mon.smithi098 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:15.578 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:13.878876+0000 mgr.smithi098.snaxby (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:167503724561 2024-02-23T00:38:15.599 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-23T00:38:15.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:13.878876+0000 mgr.smithi098.snaxby (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:16.458 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:17.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:15.879343+0000 mgr.smithi098.snaxby (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:15.879343+0000 mgr.smithi098.snaxby (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:19.310 INFO:teuthology.orchestra.run.smithi098.stdout:68719476759 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:17.879744+0000 mgr.smithi098.snaxby (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.269158+0000 mon.smithi098 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.270011+0000 mon.smithi098 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.270662+0000 mon.smithi098 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.274268+0000 mon.smithi098 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.277540+0000 mon.smithi098 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:38:19.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:19.309705+0000 mon.smithi098 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.98:0/1516624864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-23T00:38:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:17.879744+0000 mgr.smithi098.snaxby (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.269158+0000 mon.smithi098 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.270011+0000 mon.smithi098 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:38:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.270662+0000 mon.smithi098 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:38:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.274268+0000 mon.smithi098 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:38:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.277540+0000 mon.smithi098 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:38:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:19.309705+0000 mon.smithi098 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.98:0/1516624864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-23T00:38:20.098 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476759 for osd.0 2024-02-23T00:38:20.098 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-23T00:38:20.367 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:21.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:19.880092+0000 mgr.smithi098.snaxby (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:19.880092+0000 mgr.smithi098.snaxby (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:22.522 INFO:teuthology.orchestra.run.smithi098.stdout:90194313239 2024-02-23T00:38:23.343 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313233 got 90194313239 for osd.1 2024-02-23T00:38:23.343 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-23T00:38:23.608 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:21.880622+0000 mgr.smithi098.snaxby (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:22.521291+0000 mon.smithi098 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.98:0/3074515304' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-23T00:38:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:21.880622+0000 mgr.smithi098.snaxby (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:22.521291+0000 mon.smithi098 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.98:0/3074515304' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-23T00:38:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:23.880929+0000 mgr.smithi098.snaxby (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:25.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:23.880929+0000 mgr.smithi098.snaxby (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:25.708 INFO:teuthology.orchestra.run.smithi098.stdout:85899345943 2024-02-23T00:38:26.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:25.707677+0000 mon.smithi098 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.98:0/2481129700' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-23T00:38:26.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345943 for osd.2 2024-02-23T00:38:26.560 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-23T00:38:26.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:25.707677+0000 mon.smithi098 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.98:0/2481129700' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-23T00:38:26.830 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:27.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:25.881420+0000 mgr.smithi098.snaxby (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:25.881420+0000 mgr.smithi098.snaxby (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:28.822 INFO:teuthology.orchestra.run.smithi098.stdout:124554051606 2024-02-23T00:38:29.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:27.881741+0000 mgr.smithi098.snaxby (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:29.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:28.820480+0000 mon.smithi098 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.98:0/1918652840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-23T00:38:29.666 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051600 got 124554051606 for osd.3 2024-02-23T00:38:29.667 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-23T00:38:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:27.881741+0000 mgr.smithi098.snaxby (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:28.820480+0000 mon.smithi098 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.98:0/1918652840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-23T00:38:29.933 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:31.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:29.882043+0000 mgr.smithi098.snaxby (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:31.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:29.882043+0000 mgr.smithi098.snaxby (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:32.187 INFO:teuthology.orchestra.run.smithi098.stdout:111669149719 2024-02-23T00:38:32.572 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:32.186058+0000 mon.smithi098 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.98:0/3136556509' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-23T00:38:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:32.186058+0000 mon.smithi098 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.98:0/3136556509' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-23T00:38:32.982 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149713 got 111669149719 for osd.4 2024-02-23T00:38:32.982 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-23T00:38:33.251 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:33.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:31.882479+0000 mgr.smithi098.snaxby (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:31.882479+0000 mgr.smithi098.snaxby (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:35.465 INFO:teuthology.orchestra.run.smithi098.stdout:150323855382 2024-02-23T00:38:35.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:33.882954+0000 mgr.smithi098.snaxby (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:35.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:33.882954+0000 mgr.smithi098.snaxby (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:36.217 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855377 got 150323855382 for osd.5 2024-02-23T00:38:36.217 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-23T00:38:36.488 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:36.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:35.463922+0000 mon.smithi098 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.98:0/1750784781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-23T00:38:36.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:35.463922+0000 mon.smithi098 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.98:0/1750784781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-23T00:38:37.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:35.883235+0000 mgr.smithi098.snaxby (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:35.883235+0000 mgr.smithi098.snaxby (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:38.624 INFO:teuthology.orchestra.run.smithi098.stdout:133143986200 2024-02-23T00:38:39.489 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986194 got 133143986200 for osd.6 2024-02-23T00:38:39.490 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-23T00:38:39.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:37.883660+0000 mgr.smithi098.snaxby (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:38.623574+0000 mon.smithi098 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.98:0/1067991962' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-23T00:38:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:37.883660+0000 mgr.smithi098.snaxby (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:38.623574+0000 mon.smithi098 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.98:0/1067991962' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-23T00:38:39.756 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:41.538 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:39.884002+0000 mgr.smithi098.snaxby (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:39.884002+0000 mgr.smithi098.snaxby (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:41.952 INFO:teuthology.orchestra.run.smithi098.stdout:167503724566 2024-02-23T00:38:42.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:41.950893+0000 mon.smithi098 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.98:0/1822529880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-23T00:38:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:41.950893+0000 mon.smithi098 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.98:0/1822529880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-23T00:38:42.844 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724561 got 167503724566 for osd.7 2024-02-23T00:38:42.845 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-23T00:38:42.845 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:38:43.116 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:43.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:41.884295+0000 mgr.smithi098.snaxby (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:43.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:41.884295+0000 mgr.smithi098.snaxby (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:45.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:43.884764+0000 mgr.smithi098.snaxby (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:45.596 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:38:45.597 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-02-23T00:38:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:43.884764+0000 mgr.smithi098.snaxby (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:46.476 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2024-02-23T00:38:43.884519+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1291957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-02-23T00:37:09.111338+0000","last_change":"2024-02-23T00:37:09.111338+0000","last_active":"2024-02-23T00:37:09.111338+0000","last_peered":"2024-02-23T00:37:09.111338+0000","last_clean":"2024-02-23T00:37:09.111338+0000","last_became_active":"2024-02-23T00:37:09.110895+0000","last_became_peered":"2024-02-23T00:37:09.110895+0000","last_unstale":"2024-02-23T00:37:09.111338+0000","last_undegraded":"2024-02-23T00:37:09.111338+0000","last_fullsized":"2024-02-23T00:37:09.111338+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-23T00:36:41.978228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-23T00:36:41.978228+0000","last_clean_scrub_stamp":"2024-02-23T00:36:41.978228+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724567,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.51100000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.309},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34599999999999997}]},{"osd":2,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.503}]},{"osd":3,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.38600000000000001}]},{"osd":4,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.54700000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42599999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.56599999999999995}]}]},{"osd":5,"up_from":35,"seq":150323855384,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.58599999999999997}]},{"osd":1,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.39500000000000002}]},{"osd":2,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.76800000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.441}]},{"osd":4,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.74299999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.60699999999999998}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.498},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50600000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345947,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.437},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.41399999999999998}]},{"osd":1,"last update":"Fri Feb 23 00:37:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.63700000000000001}]},{"osd":3,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.622},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.59599999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.48199999999999998}]},{"osd":5,"last update":"Fri Feb 23 00:38:03 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.70799999999999996}]},{"osd":6,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.026,"5min":1.026,"15min":1.026},"last":0.65000000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.68600000000000005}]}]},{"osd":0,"up_from":16,"seq":68719476764,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.54300000000000004}]},{"osd":2,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.442}]},{"osd":3,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.59399999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:37:48 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.5},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.38100000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.49099999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:37:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.60699999999999998}]},{"osd":7,"last update":"Fri Feb 23 00:38:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.52200000000000002}]}]},{"osd":1,"up_from":21,"seq":90194313244,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.41599999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.438}]},{"osd":3,"last update":"Fri Feb 23 00:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.31,"5min":0.31,"15min":0.31},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.254}]},{"osd":4,"last update":"Fri Feb 23 00:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.44600000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.31}]},{"osd":6,"last update":"Fri Feb 23 00:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.46800000000000003}]},{"osd":7,"last update":"Fri Feb 23 00:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.318}]}]},{"osd":4,"up_from":26,"seq":111669149722,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.38600000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.53600000000000003}]},{"osd":2,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.36799999999999999}]},{"osd":3,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.502},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.51100000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:38:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.57599999999999996}]},{"osd":6,"last update":"Fri Feb 23 00:37:52 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.48999999999999999}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.628},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.60799999999999998}]}]},{"osd":3,"up_from":29,"seq":124554051609,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.60799999999999998}]},{"osd":1,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.20899999999999999},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.221}]},{"osd":2,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.61799999999999999}]},{"osd":4,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41999999999999998}]},{"osd":5,"last update":"Fri Feb 23 00:38:01 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.254},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.28899999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:37:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.64200000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.377}]}]},{"osd":6,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.35599999999999998}]},{"osd":1,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.51500000000000001}]},{"osd":2,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.379},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45100000000000001}]},{"osd":3,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.54500000000000004}]},{"osd":4,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.502},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.53100000000000003}]},{"osd":5,"last update":"Fri Feb 23 00:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.55900000000000005}]},{"osd":7,"last update":"Fri Feb 23 00:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.59699999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-23T00:38:46.478 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:38:46.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:45.592387+0000 mgr.smithi098.snaxby (mgr.14182) 156 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:46.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:45.592387+0000 mgr.smithi098.snaxby (mgr.14182) 156 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:46.748 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:45.885112+0000 mgr.smithi098.snaxby (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:45.885112+0000 mgr.smithi098.snaxby (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:48.962 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:38:48.964 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-02-23T00:38:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:47.885421+0000 mgr.smithi098.snaxby (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:47.885421+0000 mgr.smithi098.snaxby (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:49.785 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2024-02-23T00:38:47.885277+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1291957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-02-23T00:37:09.111338+0000","last_change":"2024-02-23T00:37:09.111338+0000","last_active":"2024-02-23T00:37:09.111338+0000","last_peered":"2024-02-23T00:37:09.111338+0000","last_clean":"2024-02-23T00:37:09.111338+0000","last_became_active":"2024-02-23T00:37:09.110895+0000","last_became_peered":"2024-02-23T00:37:09.110895+0000","last_unstale":"2024-02-23T00:37:09.111338+0000","last_undegraded":"2024-02-23T00:37:09.111338+0000","last_fullsized":"2024-02-23T00:37:09.111338+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-23T00:36:41.978228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-23T00:36:41.978228+0000","last_clean_scrub_stamp":"2024-02-23T00:36:41.978228+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724567,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161219,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.51100000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.309},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34599999999999997}]},{"osd":2,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.503}]},{"osd":3,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.38600000000000001}]},{"osd":4,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.54700000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42599999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.56599999999999995}]}]},{"osd":5,"up_from":35,"seq":150323855385,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.56200000000000006}]},{"osd":1,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.373}]},{"osd":2,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.54200000000000004}]},{"osd":3,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.35099999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.621}]},{"osd":6,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.629}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.35899999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345948,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:38:43 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.376,"15min":0.378},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.66400000000000003,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.245},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.41599999999999998,"15min":0.42199999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.627,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.34499999999999997}]},{"osd":1,"last update":"Fri Feb 23 00:38:43 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.52000000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.61499999999999999,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.51700000000000002,"15min":0.51800000000000002},"min":{"1min":0.34699999999999998,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.72699999999999998,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.72699999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.59299999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.432},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.38200000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:38:03 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.56499999999999995}]},{"osd":6,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.026,"5min":1.026,"15min":1.026},"last":0.45100000000000001}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.60299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476765,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.35399999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.47499999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.46200000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:37:48 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.57999999999999996}]},{"osd":5,"last update":"Fri Feb 23 00:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.497},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.55500000000000005}]},{"osd":6,"last update":"Fri Feb 23 00:37:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.50700000000000001}]},{"osd":7,"last update":"Fri Feb 23 00:38:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.53300000000000003}]}]},{"osd":1,"up_from":21,"seq":90194313245,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.498}]},{"osd":2,"last update":"Fri Feb 23 00:37:43 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55300000000000005}]},{"osd":3,"last update":"Fri Feb 23 00:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.31,"5min":0.31,"15min":0.31},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.46600000000000003}]},{"osd":4,"last update":"Fri Feb 23 00:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.45900000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:38:00 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.432},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.311}]},{"osd":6,"last update":"Fri Feb 23 00:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.53900000000000003}]},{"osd":7,"last update":"Fri Feb 23 00:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.50800000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149723,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.46999999999999997}]},{"osd":1,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.67600000000000005}]},{"osd":2,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.495}]},{"osd":3,"last update":"Fri Feb 23 00:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.625},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.64100000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:38:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.63500000000000001}]},{"osd":6,"last update":"Fri Feb 23 00:37:52 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.51100000000000001}]},{"osd":7,"last update":"Fri Feb 23 00:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.71299999999999997}]}]},{"osd":3,"up_from":29,"seq":124554051610,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.45700000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.254},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.378}]},{"osd":2,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.47399999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41899999999999998}]},{"osd":5,"last update":"Fri Feb 23 00:38:01 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.35499999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:37:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.48999999999999999}]},{"osd":7,"last update":"Fri Feb 23 00:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.371},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.39800000000000002}]}]},{"osd":6,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.35799999999999998}]},{"osd":1,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.64600000000000002}]},{"osd":2,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.435},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.39900000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.56299999999999994}]},{"osd":4,"last update":"Fri Feb 23 00:37:53 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.498}]},{"osd":5,"last update":"Fri Feb 23 00:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.63200000000000001}]},{"osd":7,"last update":"Fri Feb 23 00:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.66100000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-23T00:38:49.786 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-23T00:38:49.786 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-23T00:38:49.787 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-23T00:38:49.787 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph health --format=json 2024-02-23T00:38:50.054 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/mon.smithi098/config 2024-02-23T00:38:50.538 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:48.958695+0000 mgr.smithi098.snaxby (mgr.14182) 159 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:50.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:48.958695+0000 mgr.smithi098.snaxby (mgr.14182) 159 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:51.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:49.885767+0000 mgr.smithi098.snaxby (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:51.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:49.885767+0000 mgr.smithi098.snaxby (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:52.210 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:38:52.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:52.209538+0000 mon.smithi098 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.98:0/3019153196' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-23T00:38:52.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:52.209538+0000 mon.smithi098 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.98:0/3019153196' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-23T00:38:52.992 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-23T00:38:52.992 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-23T00:38:52.992 INFO:tasks.cephadm:Setup complete, yielding 2024-02-23T00:38:52.993 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:38:53.003 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:38:53.003 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch status' 2024-02-23T00:38:53.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:51.886142+0000 mgr.smithi098.snaxby (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:51.886142+0000 mgr.smithi098.snaxby (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:55.285 INFO:teuthology.orchestra.run.smithi098.stdout:Backend: cephadm 2024-02-23T00:38:55.285 INFO:teuthology.orchestra.run.smithi098.stdout:Available: Yes 2024-02-23T00:38:55.286 INFO:teuthology.orchestra.run.smithi098.stdout:Paused: No 2024-02-23T00:38:55.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:53.886456+0000 mgr.smithi098.snaxby (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:53.886456+0000 mgr.smithi098.snaxby (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:56.182 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-23T00:38:56.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:55.284192+0000 mgr.smithi098.snaxby (mgr.14182) 163 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:38:56.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:55.284192+0000 mgr.smithi098.snaxby (mgr.14182) 163 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:38:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:55.886879+0000 mgr.smithi098.snaxby (mgr.14182) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:57.867 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:55.886879+0000 mgr.smithi098.snaxby (mgr.14182) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (98s) 39s ago 4m 14.1M - 0.23.0 ba2b418f427c 48d0de2d808a 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (4m) 39s ago 4m 6639k - 16.2.14-550-geb66ed92 7403d1862307 bf68a55dd034 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi122 smithi122 running (3m) 46s ago 3m 6639k - 16.2.14-550-geb66ed92 7403d1862307 984234d2b1e8 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (87s) 39s ago 4m 44.9M - 8.3.5 dad864ee21e9 c3e42c676569 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.snaxby smithi098 *:9283 running (5m) 39s ago 5m 430M - 16.2.14-550-geb66ed92 7403d1862307 13fa2cbbcacb 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi122.qzchkv smithi122 *:8443,9283 running (3m) 46s ago 3m 387M - 16.2.14-550-geb66ed92 7403d1862307 7877a60cc3f5 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (5m) 39s ago 5m 53.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 5447c2e78304 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi122 smithi122 running (3m) 46s ago 3m 50.5M 2048M 16.2.14-550-geb66ed92 7403d1862307 a7e04d61cbb6 2024-02-23T00:38:58.623 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 39s ago 4m 23.4M - 1.3.1 1dbe0e931976 58cc60c518f8 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi122 smithi122 *:9100 running (3m) 46s ago 3m 21.1M - 1.3.1 1dbe0e931976 0d659c4338f6 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi122 running (2m) 46s ago 2m 31.7M 3736M 16.2.14-550-geb66ed92 7403d1862307 749b718a4af1 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (2m) 39s ago 2m 33.5M 3480M 16.2.14-550-geb66ed92 7403d1862307 8a32e13b4dc5 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi122 running (2m) 46s ago 2m 32.0M 3736M 16.2.14-550-geb66ed92 7403d1862307 5b9352ce0d00 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (2m) 39s ago 2m 29.6M 3480M 16.2.14-550-geb66ed92 7403d1862307 365081e333f6 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi122 running (2m) 46s ago 2m 31.5M 3736M 16.2.14-550-geb66ed92 7403d1862307 b333a9b7529f 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi098 running (2m) 39s ago 2m 30.6M 3480M 16.2.14-550-geb66ed92 7403d1862307 a96376786e83 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi122 running (2m) 46s ago 2m 28.4M 3736M 16.2.14-550-geb66ed92 7403d1862307 e9a47f7a987a 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi098 running (118s) 39s ago 116s 28.2M 3480M 16.2.14-550-geb66ed92 7403d1862307 2f2e06ff1d28 2024-02-23T00:38:58.624 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi122 smithi122 *:9095 running (3m) 46s ago 3m 53.9M - 2.33.4 514e6a882f6e 8427b755d1b2 2024-02-23T00:38:59.474 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-23T00:38:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:57.887149+0000 mgr.smithi098.snaxby (mgr.14182) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:38:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:38:58.613634+0000 mgr.smithi098.snaxby (mgr.14182) 166 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:38:59.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:57.887149+0000 mgr.smithi098.snaxby (mgr.14182) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:59.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:38:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:38:58.613634+0000 mgr.smithi098.snaxby (mgr.14182) 166 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:38:59.887554+0000 mgr.smithi098.snaxby (mgr.14182) 167 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:38:59.887554+0000 mgr.smithi098.snaxby (mgr.14182) 167 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:01.731 INFO:teuthology.orchestra.run.smithi098.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager ?:9093,9094 1/1 42s ago 5m count:1 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:crash 2/2 49s ago 5m * 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:grafana ?:3000 1/1 42s ago 5m count:1 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:mgr 2/2 49s ago 5m count:2 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:mon 2/2 49s ago 3m smithi098:172.21.15.98=smithi098;smithi122:172.21.15.122=smithi122;count:2 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter ?:9100 2/2 49s ago 5m * 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:osd.all-available-devices 8 49s ago 3m * 2024-02-23T00:39:01.732 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus ?:9095 1/1 49s ago 5m count:1 2024-02-23T00:39:02.644 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-23T00:39:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:01.727040+0000 mgr.smithi098.snaxby (mgr.14182) 168 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:01.888061+0000 mgr.smithi098.snaxby (mgr.14182) 169 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:01.727040+0000 mgr.smithi098.snaxby (mgr.14182) 168 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:01.888061+0000 mgr.smithi098.snaxby (mgr.14182) 169 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:05.062 INFO:teuthology.orchestra.run.smithi098.stdout:HOST ADDR LABELS STATUS 2024-02-23T00:39:05.062 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 172.21.15.98 2024-02-23T00:39:05.062 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 172.21.15.122 2024-02-23T00:39:05.062 INFO:teuthology.orchestra.run.smithi098.stdout:2 hosts in cluster 2024-02-23T00:39:05.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:03.888491+0000 mgr.smithi098.snaxby (mgr.14182) 170 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:05.810 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:03.888491+0000 mgr.smithi098.snaxby (mgr.14182) 170 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:05.833 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-23T00:39:06.585 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:05.060843+0000 mgr.smithi098.snaxby (mgr.14182) 171 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:06.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:05.060843+0000 mgr.smithi098.snaxby (mgr.14182) 171 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:07.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:05.888909+0000 mgr.smithi098.snaxby (mgr.14182) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:07.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:05.888909+0000 mgr.smithi098.snaxby (mgr.14182) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:08.030 INFO:teuthology.orchestra.run.smithi098.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010H400BGN 372G 77s ago Has a FileSystem, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme1n1 ssd Linux_5cc6249831ad7d9573c6 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme2n1 ssd Linux_5cfa997e7c7cdb187cb5 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme3n1 ssd Linux_f4c8c2447238fffaebc3 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme4n1 ssd Linux_2cca8faac992d2bd855f 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010U400BGN 372G 84s ago Has a FileSystem, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme1n1 ssd Linux_933582f9459bb809aa7e 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme2n1 ssd Linux_607c182b270b96121816 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme3n1 ssd Linux_c583414733cff9d15813 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.031 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme4n1 ssd Linux_9adbe84df07b87990415 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:08.927 INFO:teuthology.run_tasks:Running task vip... 2024-02-23T00:39:08.938 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-23T00:39:08.938 INFO:tasks.vip:peername 172.21.15.98 2024-02-23T00:39:08.941 INFO:tasks.vip:172.21.15.98 in 172.21.0.0/20, pos 3937 2024-02-23T00:39:08.946 INFO:tasks.vip:smithi098.front.sepia.ceph.com static 10.0.15.98, vnet 10.0.0.0/16 2024-02-23T00:39:08.946 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-23T00:39:08.947 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip route ls 2024-02-23T00:39:08.976 INFO:teuthology.orchestra.run.smithi098.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2024-02-23T00:39:08.976 INFO:teuthology.orchestra.run.smithi098.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2024-02-23T00:39:08.977 INFO:tasks.vip:Configuring 10.0.15.98 on smithi098.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:39:08.977 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr add 10.0.15.98/16 dev enp3s0f1 2024-02-23T00:39:09.048 INFO:tasks.vip:peername 172.21.15.122 2024-02-23T00:39:09.051 INFO:tasks.vip:172.21.15.122 in 172.21.0.0/20, pos 3961 2024-02-23T00:39:09.056 INFO:tasks.vip:smithi122.front.sepia.ceph.com static 10.0.15.122, vnet 10.0.0.0/16 2024-02-23T00:39:09.056 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip route ls 2024-02-23T00:39:09.094 INFO:teuthology.orchestra.run.smithi122.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.122 metric 100 2024-02-23T00:39:09.094 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.122 metric 100 2024-02-23T00:39:09.096 INFO:tasks.vip:Configuring 10.0.15.122 on smithi122.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:39:09.096 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr add 10.0.15.122/16 dev enp3s0f1 2024-02-23T00:39:09.169 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:39:09.177 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:39:09.178 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-23T00:39:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:07.889227+0000 mgr.smithi098.snaxby (mgr.14182) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:08.027909+0000 mgr.smithi098.snaxby (mgr.14182) 174 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:07.889227+0000 mgr.smithi098.snaxby (mgr.14182) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:08.027909+0000 mgr.smithi098.snaxby (mgr.14182) 174 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:09.889609+0000 mgr.smithi098.snaxby (mgr.14182) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010H400BGN 372G 81s ago Has a FileSystem, LVM detected 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme1n1 ssd Linux_5cc6249831ad7d9573c6 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme2n1 ssd Linux_5cfa997e7c7cdb187cb5 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme3n1 ssd Linux_f4c8c2447238fffaebc3 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme4n1 ssd Linux_2cca8faac992d2bd855f 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010U400BGN 372G 88s ago Has a FileSystem, LVM detected 2024-02-23T00:39:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme1n1 ssd Linux_933582f9459bb809aa7e 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme2n1 ssd Linux_607c182b270b96121816 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme3n1 ssd Linux_c583414733cff9d15813 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:smithi122 /dev/nvme4n1 ssd Linux_9adbe84df07b87990415 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:39:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:09.889609+0000 mgr.smithi098.snaxby (mgr.14182) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:12.468 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-23T00:39:12.477 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:39:12.477 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-23T00:39:12.509 INFO:teuthology.orchestra.run.smithi098.stderr:+ systemctl stop nfs-server 2024-02-23T00:39:12.517 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi122.front.sepia.ceph.com 2024-02-23T00:39:12.518 DEBUG:teuthology.orchestra.run.smithi122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-23T00:39:12.546 INFO:teuthology.orchestra.run.smithi122.stderr:+ systemctl stop nfs-server 2024-02-23T00:39:12.552 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:39:12.561 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T00:39:12.561 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-23T00:39:12.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:11.701605+0000 mon.smithi098 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:39:12.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:11.701605+0000 mon.smithi098 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:39:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:11.689680+0000 mgr.smithi098.snaxby (mgr.14182) 176 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:11.890079+0000 mgr.smithi098.snaxby (mgr.14182) 177 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:11.689680+0000 mgr.smithi098.snaxby (mgr.14182) 176 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:11.890079+0000 mgr.smithi098.snaxby (mgr.14182) 177 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:15.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:13.890373+0000 mgr.smithi098.snaxby (mgr.14182) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:15.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:14.719028+0000 mon.smithi098 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:15.508 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:13.890373+0000 mgr.smithi098.snaxby (mgr.14182) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:15.508 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:14.719028+0000 mon.smithi098 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:16.555 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:15.915013+0000 mon.smithi098 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-23T00:39:16.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:15.915013+0000 mon.smithi098 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:15.890679+0000 mgr.smithi098.snaxby (mgr.14182) 179 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:15.914564+0000 mgr.smithi098.snaxby (mgr.14182) 180 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:16.443807+0000 mon.smithi098 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:16.443856+0000 mon.smithi098 (mon.0) 600 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:16.444752+0000 mon.smithi098 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-23T00:39:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T00:39:17.453+0000 7f58fed63700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T00:39:17.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:15.890679+0000 mgr.smithi098.snaxby (mgr.14182) 179 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:17.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:15.914564+0000 mgr.smithi098.snaxby (mgr.14182) 180 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:17.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:16.443807+0000 mon.smithi098 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-23T00:39:17.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:16.443856+0000 mon.smithi098 (mon.0) 600 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-23T00:39:17.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:16.444752+0000 mon.smithi098 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-23T00:39:18.598 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.98/16 --port 2999' 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:17.446145+0000 mon.smithi098 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.446366+0000 mon.smithi098 (mon.0) 603 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:17.453705+0000 mon.smithi098 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.454460+0000 mon.smithi098 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.454488+0000 mon.smithi098 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-23T00:39:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.466316+0000 mon.smithi098 (mon.0) 607 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-23T00:39:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:17.466736+0000 mon.smithi098 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-23T00:39:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.466801+0000 mon.smithi098 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2024-02-23T00:39:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:17.470518+0000 mgr.smithi098.snaxby (mgr.14182) 181 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-23T00:39:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:17.474630+0000 mon.smithi098 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:18.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:17.446145+0000 mon.smithi098 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.446366+0000 mon.smithi098 (mon.0) 603 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:17.453705+0000 mon.smithi098 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.454460+0000 mon.smithi098 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.454488+0000 mon.smithi098 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.466316+0000 mon.smithi098 (mon.0) 607 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:17.466736+0000 mon.smithi098 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.466801+0000 mon.smithi098 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:17.470518+0000 mgr.smithi098.snaxby (mgr.14182) 181 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-23T00:39:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:17.474630+0000 mon.smithi098 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:17.891202+0000 mgr.smithi098.snaxby (mgr.14182) 182 : cluster [DBG] pgmap v162: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:18.469625+0000 mon.smithi098 (mon.0) 611 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-23T00:39:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:18.614496+0000 mon.smithi098 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:18.684853+0000 mon.smithi098 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:19.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:17.891202+0000 mgr.smithi098.snaxby (mgr.14182) 182 : cluster [DBG] pgmap v162: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:19.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:18.469625+0000 mon.smithi098 (mon.0) 611 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-23T00:39:19.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:18.614496+0000 mon.smithi098 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:19.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:18.684853+0000 mon.smithi098 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:20.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:19.474849+0000 mon.smithi098 (mon.0) 614 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-23T00:39:20.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:19.474849+0000 mon.smithi098 (mon.0) 614 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-23T00:39:21.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:19.891699+0000 mgr.smithi098.snaxby (mgr.14182) 183 : cluster [DBG] pgmap v165: 65 pgs: 20 active+clean, 1 creating+activating, 1 creating+peering, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:22.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:19.891699+0000 mgr.smithi098.snaxby (mgr.14182) 183 : cluster [DBG] pgmap v165: 65 pgs: 20 active+clean, 1 creating+activating, 1 creating+peering, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:22.750 INFO:teuthology.orchestra.run.smithi098.stdout:NFS Cluster Created Successfully 2024-02-23T00:39:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:21.417827+0000 mgr.smithi098.snaxby (mgr.14182) 184 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.98/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:21.419087+0000 mon.smithi098 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-23T00:39:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:21.709615+0000 mon.smithi098 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-23T00:39:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:21.709655+0000 mon.smithi098 (mon.0) 617 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-23T00:39:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:21.710660+0000 mon.smithi098 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-23T00:39:23.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:21.417827+0000 mgr.smithi098.snaxby (mgr.14182) 184 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.98/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:21.419087+0000 mon.smithi098 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-23T00:39:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:21.709615+0000 mon.smithi098 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-23T00:39:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:21.709655+0000 mon.smithi098 (mon.0) 617 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-23T00:39:23.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:21.710660+0000 mon.smithi098 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-23T00:39:23.714 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-23T00:39:23.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:21.892028+0000 mgr.smithi098.snaxby (mgr.14182) 185 : cluster [DBG] pgmap v167: 97 pgs: 61 active+clean, 1 creating+activating, 1 creating+peering, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:22.713445+0000 mon.smithi098 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-23T00:39:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:22.713712+0000 mon.smithi098 (mon.0) 620 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-23T00:39:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:22.745295+0000 mon.smithi098 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:22.748981+0000 mon.smithi098 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:21.892028+0000 mgr.smithi098.snaxby (mgr.14182) 185 : cluster [DBG] pgmap v167: 97 pgs: 61 active+clean, 1 creating+activating, 1 creating+peering, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:22.713445+0000 mon.smithi098 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-23T00:39:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:22.713712+0000 mon.smithi098 (mon.0) 620 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-23T00:39:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:22.745295+0000 mon.smithi098 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:22.748981+0000 mon.smithi098 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:22.742324+0000 mgr.smithi098.snaxby (mgr.14182) 186 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-23T00:39:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:22.746416+0000 mgr.smithi098.snaxby (mgr.14182) 187 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-23T00:39:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:23.714948+0000 mon.smithi098 (mon.0) 623 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-23T00:39:24.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:23.758040+0000 mon.smithi098 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi098.snaxby(active, since 4m), standbys: smithi122.qzchkv 2024-02-23T00:39:24.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:22.742324+0000 mgr.smithi098.snaxby (mgr.14182) 186 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-23T00:39:24.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:22.746416+0000 mgr.smithi098.snaxby (mgr.14182) 187 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-23T00:39:24.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:23.714948+0000 mon.smithi098 (mon.0) 623 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-23T00:39:24.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:23.758040+0000 mon.smithi098 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi098.snaxby(active, since 4m), standbys: smithi122.qzchkv 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:23.892401+0000 mgr.smithi098.snaxby (mgr.14182) 188 : cluster [DBG] pgmap v170: 97 pgs: 66 active+clean, 4 creating+peering, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:24.722958+0000 mon.smithi098 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.057344+0000 mon.smithi098 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.057919+0000 mon.smithi098 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.064124+0000 mon.smithi098 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.068362+0000 mon.smithi098 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.077495+0000 mon.smithi098 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.078136+0000 mon.smithi098 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.lpgann", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.082887+0000 mon.smithi098 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.lpgann", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-23T00:39:25.798 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:25.083398+0000 mon.smithi098 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:23.892401+0000 mgr.smithi098.snaxby (mgr.14182) 188 : cluster [DBG] pgmap v170: 97 pgs: 66 active+clean, 4 creating+peering, 27 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:24.722958+0000 mon.smithi098 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.057344+0000 mon.smithi098 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.057919+0000 mon.smithi098 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.064124+0000 mon.smithi098 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.068362+0000 mon.smithi098 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:39:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.077495+0000 mon.smithi098 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.078136+0000 mon.smithi098 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.lpgann", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T00:39:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.082887+0000 mon.smithi098 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.lpgann", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-23T00:39:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:25.083398+0000 mon.smithi098 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:26.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:25.083879+0000 mgr.smithi098.snaxby (mgr.14182) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi122.lpgann on smithi122 2024-02-23T00:39:26.931 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:25.083879+0000 mgr.smithi098.snaxby (mgr.14182) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi122.lpgann on smithi122 2024-02-23T00:39:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:25.893047+0000 mgr.smithi098.snaxby (mgr.14182) 190 : cluster [DBG] pgmap v171: 97 pgs: 86 active+clean, 4 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:26.606459+0000 mgr.smithi098.snaxby (mgr.14182) 191 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:27.641735+0000 mon.smithi098 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:27.643094+0000 mon.smithi098 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.srqage", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T00:39:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:27.646074+0000 mon.smithi098 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.srqage", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-23T00:39:27.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:27.646793+0000 mon.smithi098 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:28.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:25.893047+0000 mgr.smithi098.snaxby (mgr.14182) 190 : cluster [DBG] pgmap v171: 97 pgs: 86 active+clean, 4 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:26.606459+0000 mgr.smithi098.snaxby (mgr.14182) 191 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:39:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:27.641735+0000 mon.smithi098 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:27.643094+0000 mon.smithi098 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.srqage", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T00:39:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:27.646074+0000 mon.smithi098 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.srqage", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-23T00:39:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:27.646793+0000 mon.smithi098 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout: "bind": "/fake", 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout: "fs": "foofs", 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout: "path": "/", 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout: "cluster": "foo", 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout: "mode": "RW" 2024-02-23T00:39:28.699 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:27.647461+0000 mgr.smithi098.snaxby (mgr.14182) 192 : cephadm [INF] Deploying daemon mds.foofs.smithi098.srqage on smithi098 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.679681+0000 mon.smithi098 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3176735621,v1:172.21.15.122:6833/3176735621] up:boot 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.679754+0000 mon.smithi098 (mon.0) 639 : cluster [INF] daemon mds.foofs.smithi122.lpgann assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.679840+0000 mon.smithi098 (mon.0) 640 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.679863+0000 mon.smithi098 (mon.0) 641 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.679882+0000 mon.smithi098 (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.680210+0000 mon.smithi098 (mon.0) 643 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-23T00:39:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:27.680330+0000 mon.smithi098 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.lpgann"}]: dispatch 2024-02-23T00:39:28.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.685108+0000 mon.smithi098 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:creating} 2024-02-23T00:39:28.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.695058+0000 mon.smithi098 (mon.0) 646 : cluster [INF] daemon mds.foofs.smithi122.lpgann is now active in filesystem foofs as rank 0 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:27.647461+0000 mgr.smithi098.snaxby (mgr.14182) 192 : cephadm [INF] Deploying daemon mds.foofs.smithi098.srqage on smithi098 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.679681+0000 mon.smithi098 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3176735621,v1:172.21.15.122:6833/3176735621] up:boot 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.679754+0000 mon.smithi098 (mon.0) 639 : cluster [INF] daemon mds.foofs.smithi122.lpgann assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.679840+0000 mon.smithi098 (mon.0) 640 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.679863+0000 mon.smithi098 (mon.0) 641 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-23T00:39:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.679882+0000 mon.smithi098 (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-02-23T00:39:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.680210+0000 mon.smithi098 (mon.0) 643 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-23T00:39:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:27.680330+0000 mon.smithi098 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.lpgann"}]: dispatch 2024-02-23T00:39:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.685108+0000 mon.smithi098 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:creating} 2024-02-23T00:39:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.695058+0000 mon.smithi098 (mon.0) 646 : cluster [INF] daemon mds.foofs.smithi122.lpgann is now active in filesystem foofs as rank 0 2024-02-23T00:39:29.671 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-23T00:39:29.687 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-23T00:39:29.687 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:27.893395+0000 mgr.smithi098.snaxby (mgr.14182) 193 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:28.687979+0000 mon.smithi098 (mon.0) 647 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3176735621,v1:172.21.15.122:6833/3176735621] up:active 2024-02-23T00:39:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:28.688042+0000 mon.smithi098 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 2024-02-23T00:39:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:28.690238+0000 mon.smithi098 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-23T00:39:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:28.693459+0000 mon.smithi098 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-23T00:39:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:27.893395+0000 mgr.smithi098.snaxby (mgr.14182) 193 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:28.687979+0000 mon.smithi098 (mon.0) 647 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3176735621,v1:172.21.15.122:6833/3176735621] up:active 2024-02-23T00:39:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:28.688042+0000 mon.smithi098 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 2024-02-23T00:39:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:28.690238+0000 mon.smithi098 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-23T00:39:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:28.693459+0000 mon.smithi098 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-23T00:39:30.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:29.699461+0000 mon.smithi098 (mon.0) 651 : cluster [DBG] mgrmap e20: smithi098.snaxby(active, since 4m), standbys: smithi122.qzchkv 2024-02-23T00:39:30.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:29.893776+0000 mgr.smithi098.snaxby (mgr.14182) 194 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2024-02-23T00:39:31.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:29.699461+0000 mon.smithi098 (mon.0) 651 : cluster [DBG] mgrmap e20: smithi098.snaxby(active, since 4m), standbys: smithi122.qzchkv 2024-02-23T00:39:31.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:29.893776+0000 mgr.smithi098.snaxby (mgr.14182) 194 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2024-02-23T00:39:32.894 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:32.895 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:31.703584+0000 mon.smithi098 (mon.0) 652 : cluster [DBG] mds.? [v2:172.21.15.98:6834/2483660678,v1:172.21.15.98:6835/2483660678] up:boot 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:31.703840+0000 mon.smithi098 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 1 up:standby 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.703968+0000 mon.smithi098 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.srqage"}]: dispatch 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:31.707264+0000 mon.smithi098 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 1 up:standby 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.711636+0000 mon.smithi098 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.716143+0000 mon.smithi098 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:31.731800+0000 mgr.smithi098.snaxby (mgr.14182) 195 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.goyutj 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.732050+0000 mon.smithi098 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.735300+0000 mon.smithi098 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-23T00:39:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:31.735731+0000 mgr.smithi098.snaxby (mgr.14182) 196 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.735906+0000 mon.smithi098 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.738559+0000 mon.smithi098 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.739344+0000 mon.smithi098 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.776648+0000 mon.smithi098 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.779983+0000 mon.smithi098 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:31.822391+0000 mgr.smithi098.snaxby (mgr.14182) 197 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:31.822483+0000 mgr.smithi098.snaxby (mgr.14182) 198 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.goyutj-rgw 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.822801+0000 mon.smithi098 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.826127+0000 mon.smithi098 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:31.829239+0000 mon.smithi098 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:31.829867+0000 mgr.smithi098.snaxby (mgr.14182) 199 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi098.goyutj on smithi098 2024-02-23T00:39:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:31.894419+0000 mgr.smithi098.snaxby (mgr.14182) 200 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:31.703584+0000 mon.smithi098 (mon.0) 652 : cluster [DBG] mds.? [v2:172.21.15.98:6834/2483660678,v1:172.21.15.98:6835/2483660678] up:boot 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:31.703840+0000 mon.smithi098 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 1 up:standby 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.703968+0000 mon.smithi098 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.srqage"}]: dispatch 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:31.707264+0000 mon.smithi098 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.lpgann=up:active} 1 up:standby 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.711636+0000 mon.smithi098 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.716143+0000 mon.smithi098 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:31.731800+0000 mgr.smithi098.snaxby (mgr.14182) 195 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.goyutj 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.732050+0000 mon.smithi098 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.735300+0000 mon.smithi098 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:31.735731+0000 mgr.smithi098.snaxby (mgr.14182) 196 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.735906+0000 mon.smithi098 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T00:39:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.738559+0000 mon.smithi098 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.739344+0000 mon.smithi098 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.776648+0000 mon.smithi098 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.779983+0000 mon.smithi098 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:31.822391+0000 mgr.smithi098.snaxby (mgr.14182) 197 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:31.822483+0000 mgr.smithi098.snaxby (mgr.14182) 198 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.goyutj-rgw 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.822801+0000 mon.smithi098 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.826127+0000 mon.smithi098 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.goyutj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:31.829239+0000 mon.smithi098 (mon.0) 667 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:31.829867+0000 mgr.smithi098.snaxby (mgr.14182) 199 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi098.goyutj on smithi098 2024-02-23T00:39:32.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:31.894419+0000 mgr.smithi098.snaxby (mgr.14182) 200 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-02-23T00:39:34.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:32.889588+0000 mgr.smithi098.snaxby (mgr.14182) 201 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:34.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:32.889588+0000 mgr.smithi098.snaxby (mgr.14182) 201 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:34.371 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:35.091 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:33.894834+0000 mgr.smithi098.snaxby (mgr.14182) 202 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 5 op/s 2024-02-23T00:39:35.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:33.894834+0000 mgr.smithi098.snaxby (mgr.14182) 202 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 5 op/s 2024-02-23T00:39:35.372 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:36.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:35.053822+0000 mon.smithi098 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:36.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:35.053822+0000 mon.smithi098 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:37.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:35.895323+0000 mgr.smithi098.snaxby (mgr.14182) 203 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-23T00:39:37.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:36.124131+0000 mon.smithi098 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:37.400 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:36.131752+0000 mon.smithi098 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:37.400 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:39:36.138878+0000 mgr.smithi098.snaxby (mgr.14182) 204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ougwuk on smithi122 2024-02-23T00:39:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:35.895323+0000 mgr.smithi098.snaxby (mgr.14182) 203 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-23T00:39:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:36.124131+0000 mon.smithi098 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:36.131752+0000 mon.smithi098 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:39:36.138878+0000 mgr.smithi098.snaxby (mgr.14182) 204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ougwuk on smithi122 2024-02-23T00:39:37.840 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:37.841 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:38.553 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:39.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:37.835817+0000 mgr.smithi098.snaxby (mgr.14182) 205 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:39.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:37.895772+0000 mgr.smithi098.snaxby (mgr.14182) 206 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-23T00:39:39.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:37.835817+0000 mgr.smithi098.snaxby (mgr.14182) 205 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:39.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:37.895772+0000 mgr.smithi098.snaxby (mgr.14182) 206 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-23T00:39:39.554 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:41.278 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:39.896211+0000 mgr.smithi098.snaxby (mgr.14182) 207 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-23T00:39:41.278 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:40.059200+0000 mon.smithi098 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:39.896211+0000 mgr.smithi098.snaxby (mgr.14182) 207 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-23T00:39:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:40.059200+0000 mon.smithi098 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:39:42.046 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:42.046 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:42.851 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:43.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:41.896671+0000 mgr.smithi098.snaxby (mgr.14182) 208 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-02-23T00:39:43.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:42.042019+0000 mgr.smithi098.snaxby (mgr.14182) 209 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:43.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:41.896671+0000 mgr.smithi098.snaxby (mgr.14182) 208 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-02-23T00:39:43.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:42.042019+0000 mgr.smithi098.snaxby (mgr.14182) 209 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:43.852 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:43.897114+0000 mgr.smithi098.snaxby (mgr.14182) 210 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-23T00:39:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:43.897114+0000 mgr.smithi098.snaxby (mgr.14182) 210 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-23T00:39:46.407 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:46.407 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:47.135 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:47.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:45.897583+0000 mgr.smithi098.snaxby (mgr.14182) 211 : cluster [DBG] pgmap v181: 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-02-23T00:39:47.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:46.403075+0000 mgr.smithi098.snaxby (mgr.14182) 212 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:47.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:45.897583+0000 mgr.smithi098.snaxby (mgr.14182) 211 : cluster [DBG] pgmap v181: 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-02-23T00:39:47.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:46.403075+0000 mgr.smithi098.snaxby (mgr.14182) 212 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:48.137 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:49.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:47.898236+0000 mgr.smithi098.snaxby (mgr.14182) 213 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-23T00:39:49.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:47.898236+0000 mgr.smithi098.snaxby (mgr.14182) 213 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-23T00:39:50.505 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:50.505 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:51.289 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:49.898839+0000 mgr.smithi098.snaxby (mgr.14182) 214 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-23T00:39:51.289 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:50.501102+0000 mgr.smithi098.snaxby (mgr.14182) 215 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:51.312 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:49.898839+0000 mgr.smithi098.snaxby (mgr.14182) 214 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-23T00:39:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:50.501102+0000 mgr.smithi098.snaxby (mgr.14182) 215 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:52.314 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:53.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:51.899529+0000 mgr.smithi098.snaxby (mgr.14182) 216 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T00:39:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:51.899529+0000 mgr.smithi098.snaxby (mgr.14182) 216 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T00:39:54.551 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:54.551 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:55.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:53.900024+0000 mgr.smithi098.snaxby (mgr.14182) 217 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:55.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:54.546751+0000 mgr.smithi098.snaxby (mgr.14182) 218 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:55.399 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:39:55.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:53.900024+0000 mgr.smithi098.snaxby (mgr.14182) 217 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:55.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:54.546751+0000 mgr.smithi098.snaxby (mgr.14182) 218 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:56.401 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:57.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:55.900718+0000 mgr.smithi098.snaxby (mgr.14182) 219 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:57.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:55.900718+0000 mgr.smithi098.snaxby (mgr.14182) 219 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:58.800 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:39:58.801 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:39:59.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:39:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:57.901196+0000 mgr.smithi098.snaxby (mgr.14182) 220 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:59.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:39:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:57.901196+0000 mgr.smithi098.snaxby (mgr.14182) 220 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:39:59.485 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:00.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:39:58.795819+0000 mgr.smithi098.snaxby (mgr.14182) 221 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:00.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:00.000093+0000 mon.smithi098 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2024-02-23T00:40:00.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:39:58.795819+0000 mgr.smithi098.snaxby (mgr.14182) 221 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:00.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:00.000093+0000 mon.smithi098 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2024-02-23T00:40:00.485 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:01.259 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:39:59.901601+0000 mgr.smithi098.snaxby (mgr.14182) 222 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:01.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:39:59.901601+0000 mgr.smithi098.snaxby (mgr.14182) 222 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:02.696 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:02.696 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:03.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:01.902316+0000 mgr.smithi098.snaxby (mgr.14182) 223 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:03.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:01.902316+0000 mgr.smithi098.snaxby (mgr.14182) 223 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:03.478 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:04.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:02.691976+0000 mgr.smithi098.snaxby (mgr.14182) 224 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:02.691976+0000 mgr.smithi098.snaxby (mgr.14182) 224 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:04.479 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:05.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:03.902960+0000 mgr.smithi098.snaxby (mgr.14182) 225 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:05.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:03.902960+0000 mgr.smithi098.snaxby (mgr.14182) 225 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:06.806 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:06.807 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:07.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:05.903366+0000 mgr.smithi098.snaxby (mgr.14182) 226 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:07.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:05.903366+0000 mgr.smithi098.snaxby (mgr.14182) 226 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:07.580 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:08.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:06.802051+0000 mgr.smithi098.snaxby (mgr.14182) 227 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:08.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:06.802051+0000 mgr.smithi098.snaxby (mgr.14182) 227 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:08.581 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:09.358 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:07.904027+0000 mgr.smithi098.snaxby (mgr.14182) 228 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:07.904027+0000 mgr.smithi098.snaxby (mgr.14182) 228 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:11.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:11.115 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:11.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:09.904541+0000 mgr.smithi098.snaxby (mgr.14182) 229 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:09.904541+0000 mgr.smithi098.snaxby (mgr.14182) 229 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:11.853 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:12.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:11.110415+0000 mgr.smithi098.snaxby (mgr.14182) 230 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:12.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:11.110415+0000 mgr.smithi098.snaxby (mgr.14182) 230 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:12.854 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:13.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:11.905075+0000 mgr.smithi098.snaxby (mgr.14182) 231 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:11.905075+0000 mgr.smithi098.snaxby (mgr.14182) 231 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:15.189 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:15.190 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:15.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:13.905470+0000 mgr.smithi098.snaxby (mgr.14182) 232 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:15.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:13.905470+0000 mgr.smithi098.snaxby (mgr.14182) 232 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:16.210 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:16.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:15.185139+0000 mgr.smithi098.snaxby (mgr.14182) 233 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:16.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:15.185139+0000 mgr.smithi098.snaxby (mgr.14182) 233 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:17.212 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:17.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:15.906267+0000 mgr.smithi098.snaxby (mgr.14182) 234 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:17.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:15.906267+0000 mgr.smithi098.snaxby (mgr.14182) 234 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:19.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:17.906664+0000 mgr.smithi098.snaxby (mgr.14182) 235 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:19.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:17.906664+0000 mgr.smithi098.snaxby (mgr.14182) 235 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:19.554 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:19.554 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:20.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:19.550228+0000 mgr.smithi098.snaxby (mgr.14182) 236 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:20.238 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:20.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:19.550228+0000 mgr.smithi098.snaxby (mgr.14182) 236 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:21.240 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:21.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:19.907145+0000 mgr.smithi098.snaxby (mgr.14182) 237 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:21.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:19.907145+0000 mgr.smithi098.snaxby (mgr.14182) 237 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:21.907697+0000 mgr.smithi098.snaxby (mgr.14182) 238 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:23.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:21.907697+0000 mgr.smithi098.snaxby (mgr.14182) 238 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:23.553 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:23.553 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:24.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:23.548856+0000 mgr.smithi098.snaxby (mgr.14182) 239 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:24.313 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:24.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:23.548856+0000 mgr.smithi098.snaxby (mgr.14182) 239 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:25.314 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:25.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:23.908223+0000 mgr.smithi098.snaxby (mgr.14182) 240 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:25.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:23.908223+0000 mgr.smithi098.snaxby (mgr.14182) 240 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:27.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:25.908661+0000 mgr.smithi098.snaxby (mgr.14182) 241 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:27.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:25.908661+0000 mgr.smithi098.snaxby (mgr.14182) 241 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:27.590 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:27.590 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:28.348 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:27.585321+0000 mgr.smithi098.snaxby (mgr.14182) 242 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:28.370 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:28.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:27.585321+0000 mgr.smithi098.snaxby (mgr.14182) 242 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:29.371 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:29.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:27.909050+0000 mgr.smithi098.snaxby (mgr.14182) 243 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:27.909050+0000 mgr.smithi098.snaxby (mgr.14182) 243 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:31.281 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:29.909682+0000 mgr.smithi098.snaxby (mgr.14182) 244 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:31.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:29.909682+0000 mgr.smithi098.snaxby (mgr.14182) 244 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:31.771 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:31.771 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:32.550 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:33.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:31.766634+0000 mgr.smithi098.snaxby (mgr.14182) 245 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:33.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:31.910222+0000 mgr.smithi098.snaxby (mgr.14182) 246 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:33.552 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:33.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:31.766634+0000 mgr.smithi098.snaxby (mgr.14182) 245 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:33.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:31.910222+0000 mgr.smithi098.snaxby (mgr.14182) 246 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:35.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:33.910681+0000 mgr.smithi098.snaxby (mgr.14182) 247 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:35.522 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:33.910681+0000 mgr.smithi098.snaxby (mgr.14182) 247 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:36.013 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:36.014 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:36.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:35.911151+0000 mgr.smithi098.snaxby (mgr.14182) 248 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:36.009282+0000 mgr.smithi098.snaxby (mgr.14182) 249 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:37.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:35.911151+0000 mgr.smithi098.snaxby (mgr.14182) 248 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:36.009282+0000 mgr.smithi098.snaxby (mgr.14182) 249 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:37.740 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:39.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:37.911579+0000 mgr.smithi098.snaxby (mgr.14182) 250 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:39.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:37.911579+0000 mgr.smithi098.snaxby (mgr.14182) 250 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:40.138 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:40.138 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:40.921 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:39.912038+0000 mgr.smithi098.snaxby (mgr.14182) 251 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:40.133750+0000 mgr.smithi098.snaxby (mgr.14182) 252 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:39.912038+0000 mgr.smithi098.snaxby (mgr.14182) 251 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:40.133750+0000 mgr.smithi098.snaxby (mgr.14182) 252 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:41.922 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:43.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:41.912618+0000 mgr.smithi098.snaxby (mgr.14182) 253 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:43.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:41.912618+0000 mgr.smithi098.snaxby (mgr.14182) 253 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:44.084 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:44.085 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:44.963 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:43.913034+0000 mgr.smithi098.snaxby (mgr.14182) 254 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:44.080261+0000 mgr.smithi098.snaxby (mgr.14182) 255 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:43.913034+0000 mgr.smithi098.snaxby (mgr.14182) 254 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:44.080261+0000 mgr.smithi098.snaxby (mgr.14182) 255 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:45.964 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:45.913641+0000 mgr.smithi098.snaxby (mgr.14182) 256 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:45.913641+0000 mgr.smithi098.snaxby (mgr.14182) 256 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:48.492 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:48.493 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:49.173 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:47.914182+0000 mgr.smithi098.snaxby (mgr.14182) 257 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:48.488527+0000 mgr.smithi098.snaxby (mgr.14182) 258 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:47.914182+0000 mgr.smithi098.snaxby (mgr.14182) 257 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:48.488527+0000 mgr.smithi098.snaxby (mgr.14182) 258 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:50.175 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:51.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:49.914889+0000 mgr.smithi098.snaxby (mgr.14182) 259 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:51.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:49.914889+0000 mgr.smithi098.snaxby (mgr.14182) 259 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:52.477 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:52.478 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:53.274 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:53.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:51.915382+0000 mgr.smithi098.snaxby (mgr.14182) 260 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:53.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:52.473017+0000 mgr.smithi098.snaxby (mgr.14182) 261 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:51.915382+0000 mgr.smithi098.snaxby (mgr.14182) 260 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:40:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:52.473017+0000 mgr.smithi098.snaxby (mgr.14182) 261 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:54.275 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:55.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:53.915951+0000 mgr.smithi098.snaxby (mgr.14182) 262 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:53.915951+0000 mgr.smithi098.snaxby (mgr.14182) 262 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:56.681 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:40:56.681 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:40:57.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:55.916487+0000 mgr.smithi098.snaxby (mgr.14182) 263 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:40:56.676805+0000 mgr.smithi098.snaxby (mgr.14182) 264 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:57.554 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:40:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:55.916487+0000 mgr.smithi098.snaxby (mgr.14182) 263 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:40:56.676805+0000 mgr.smithi098.snaxby (mgr.14182) 264 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:58.556 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:59.307 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:57.917026+0000 mgr.smithi098.snaxby (mgr.14182) 265 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:59.307 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:40:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:58.226989+0000 mon.smithi098 (mon.0) 673 : cluster [DBG] mgrmap e21: smithi098.snaxby(active, since 5m), standbys: smithi122.qzchkv 2024-02-23T00:40:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:57.917026+0000 mgr.smithi098.snaxby (mgr.14182) 265 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:40:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:40:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:58.226989+0000 mon.smithi098 (mon.0) 673 : cluster [DBG] mgrmap e21: smithi098.snaxby(active, since 5m), standbys: smithi122.qzchkv 2024-02-23T00:41:01.039 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:01.039 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:01.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:40:59.917607+0000 mgr.smithi098.snaxby (mgr.14182) 266 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:40:59.917607+0000 mgr.smithi098.snaxby (mgr.14182) 266 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:01.963 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:02.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:01.034805+0000 mgr.smithi098.snaxby (mgr.14182) 267 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:02.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:01.034805+0000 mgr.smithi098.snaxby (mgr.14182) 267 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:02.964 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:03.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:01.918289+0000 mgr.smithi098.snaxby (mgr.14182) 268 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:01.918289+0000 mgr.smithi098.snaxby (mgr.14182) 268 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:05.265 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:05.265 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:05.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:03.918984+0000 mgr.smithi098.snaxby (mgr.14182) 269 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:05.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:03.918984+0000 mgr.smithi098.snaxby (mgr.14182) 269 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:06.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:06.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:05.260973+0000 mgr.smithi098.snaxby (mgr.14182) 270 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:06.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:05.260973+0000 mgr.smithi098.snaxby (mgr.14182) 270 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:07.120 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:07.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:05.919567+0000 mgr.smithi098.snaxby (mgr.14182) 271 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:07.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:05.919567+0000 mgr.smithi098.snaxby (mgr.14182) 271 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:09.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:07.920019+0000 mgr.smithi098.snaxby (mgr.14182) 272 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:09.547 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:09.547 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:07.920019+0000 mgr.smithi098.snaxby (mgr.14182) 272 : 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, 170 B/s wr, 0 op/s 2024-02-23T00:41:10.452 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:10.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:09.542785+0000 mgr.smithi098.snaxby (mgr.14182) 273 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:10.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:09.542785+0000 mgr.smithi098.snaxby (mgr.14182) 273 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:11.453 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:11.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:09.920659+0000 mgr.smithi098.snaxby (mgr.14182) 274 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:09.920659+0000 mgr.smithi098.snaxby (mgr.14182) 274 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-23T00:41:13.527 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:11.921144+0000 mgr.smithi098.snaxby (mgr.14182) 275 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:11.921144+0000 mgr.smithi098.snaxby (mgr.14182) 275 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:14.004 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:14.005 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:14.769 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:13.921536+0000 mgr.smithi098.snaxby (mgr.14182) 276 : 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-02-23T00:41:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:14.000234+0000 mgr.smithi098.snaxby (mgr.14182) 277 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:15.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:13.921536+0000 mgr.smithi098.snaxby (mgr.14182) 276 : 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-02-23T00:41:15.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:14.000234+0000 mgr.smithi098.snaxby (mgr.14182) 277 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:15.770 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:17.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:15.922010+0000 mgr.smithi098.snaxby (mgr.14182) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:15.922010+0000 mgr.smithi098.snaxby (mgr.14182) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:18.308 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:18.309 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:19.217 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:19.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:17.922564+0000 mgr.smithi098.snaxby (mgr.14182) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:18.304098+0000 mgr.smithi098.snaxby (mgr.14182) 280 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:17.922564+0000 mgr.smithi098.snaxby (mgr.14182) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:18.304098+0000 mgr.smithi098.snaxby (mgr.14182) 280 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:20.218 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:21.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:19.923053+0000 mgr.smithi098.snaxby (mgr.14182) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:19.923053+0000 mgr.smithi098.snaxby (mgr.14182) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:22.534 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:22.535 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:23.451 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:21.923590+0000 mgr.smithi098.snaxby (mgr.14182) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:22.530401+0000 mgr.smithi098.snaxby (mgr.14182) 283 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:21.923590+0000 mgr.smithi098.snaxby (mgr.14182) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:22.530401+0000 mgr.smithi098.snaxby (mgr.14182) 283 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:24.452 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:23.924228+0000 mgr.smithi098.snaxby (mgr.14182) 284 : 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-02-23T00:41:25.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:23.924228+0000 mgr.smithi098.snaxby (mgr.14182) 284 : 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-02-23T00:41:26.820 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:26.821 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:27.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:25.924789+0000 mgr.smithi098.snaxby (mgr.14182) 285 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:25.924789+0000 mgr.smithi098.snaxby (mgr.14182) 285 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:27.767 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:28.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:26.816011+0000 mgr.smithi098.snaxby (mgr.14182) 286 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:28.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:26.816011+0000 mgr.smithi098.snaxby (mgr.14182) 286 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:28.769 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:27.925252+0000 mgr.smithi098.snaxby (mgr.14182) 287 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:27.925252+0000 mgr.smithi098.snaxby (mgr.14182) 287 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:31.092 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:31.092 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:29.925855+0000 mgr.smithi098.snaxby (mgr.14182) 288 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:31.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:29.925855+0000 mgr.smithi098.snaxby (mgr.14182) 288 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:31.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:32.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:31.088188+0000 mgr.smithi098.snaxby (mgr.14182) 289 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:31.088188+0000 mgr.smithi098.snaxby (mgr.14182) 289 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:32.906 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:33.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:31.926364+0000 mgr.smithi098.snaxby (mgr.14182) 290 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:31.926364+0000 mgr.smithi098.snaxby (mgr.14182) 290 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:35.286 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:35.286 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:33.926791+0000 mgr.smithi098.snaxby (mgr.14182) 291 : 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-02-23T00:41:35.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:33.926791+0000 mgr.smithi098.snaxby (mgr.14182) 291 : 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-02-23T00:41:36.060 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:35.281107+0000 mgr.smithi098.snaxby (mgr.14182) 292 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:36.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:35.281107+0000 mgr.smithi098.snaxby (mgr.14182) 292 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:37.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:37.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:35.927315+0000 mgr.smithi098.snaxby (mgr.14182) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:35.927315+0000 mgr.smithi098.snaxby (mgr.14182) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:39.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:37.927824+0000 mgr.smithi098.snaxby (mgr.14182) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:39.569 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:39.569 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:37.927824+0000 mgr.smithi098.snaxby (mgr.14182) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:40.483 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:40.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:39.565078+0000 mgr.smithi098.snaxby (mgr.14182) 295 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:40.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:39.565078+0000 mgr.smithi098.snaxby (mgr.14182) 295 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:41.484 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:41.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:39.928266+0000 mgr.smithi098.snaxby (mgr.14182) 296 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:39.928266+0000 mgr.smithi098.snaxby (mgr.14182) 296 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:43.345 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:41.928812+0000 mgr.smithi098.snaxby (mgr.14182) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:43.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:41.928812+0000 mgr.smithi098.snaxby (mgr.14182) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:43.808 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:43.808 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:44.616 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:45.617 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:45.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:43.803505+0000 mgr.smithi098.snaxby (mgr.14182) 298 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:45.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:43.929412+0000 mgr.smithi098.snaxby (mgr.14182) 299 : 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-02-23T00:41:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:43.803505+0000 mgr.smithi098.snaxby (mgr.14182) 298 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:43.929412+0000 mgr.smithi098.snaxby (mgr.14182) 299 : 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-02-23T00:41:47.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:45.929867+0000 mgr.smithi098.snaxby (mgr.14182) 300 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:45.929867+0000 mgr.smithi098.snaxby (mgr.14182) 300 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:47.967 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:47.967 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:48.948 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:47.930263+0000 mgr.smithi098.snaxby (mgr.14182) 301 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:47.962516+0000 mgr.smithi098.snaxby (mgr.14182) 302 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:47.930263+0000 mgr.smithi098.snaxby (mgr.14182) 301 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:47.962516+0000 mgr.smithi098.snaxby (mgr.14182) 302 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:49.949 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:51.552 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:49.930899+0000 mgr.smithi098.snaxby (mgr.14182) 303 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:51.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:49.930899+0000 mgr.smithi098.snaxby (mgr.14182) 303 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:52.245 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:52.245 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:53.122 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:53.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:51.931565+0000 mgr.smithi098.snaxby (mgr.14182) 304 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:53.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:52.240806+0000 mgr.smithi098.snaxby (mgr.14182) 305 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:51.931565+0000 mgr.smithi098.snaxby (mgr.14182) 304 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:41:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:52.240806+0000 mgr.smithi098.snaxby (mgr.14182) 305 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:54.124 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:53.932032+0000 mgr.smithi098.snaxby (mgr.14182) 306 : 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-02-23T00:41:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:53.932032+0000 mgr.smithi098.snaxby (mgr.14182) 306 : 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-02-23T00:41:56.531 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:41:56.532 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:41:57.226 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:41:57.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:55.932516+0000 mgr.smithi098.snaxby (mgr.14182) 307 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:57.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:41:56.526829+0000 mgr.smithi098.snaxby (mgr.14182) 308 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:55.932516+0000 mgr.smithi098.snaxby (mgr.14182) 307 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:41:56.526829+0000 mgr.smithi098.snaxby (mgr.14182) 308 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:58.228 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:41:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:57.933038+0000 mgr.smithi098.snaxby (mgr.14182) 309 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:41:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:41:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:57.933038+0000 mgr.smithi098.snaxby (mgr.14182) 309 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:00.525 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:00.525 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:01.418 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:41:59.933468+0000 mgr.smithi098.snaxby (mgr.14182) 310 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:00.520605+0000 mgr.smithi098.snaxby (mgr.14182) 311 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:41:59.933468+0000 mgr.smithi098.snaxby (mgr.14182) 310 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:00.520605+0000 mgr.smithi098.snaxby (mgr.14182) 311 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:02.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:01.934223+0000 mgr.smithi098.snaxby (mgr.14182) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:01.934223+0000 mgr.smithi098.snaxby (mgr.14182) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:04.838 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:04.839 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z 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.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:05.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:03.934687+0000 mgr.smithi098.snaxby (mgr.14182) 313 : 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-02-23T00:42:05.684 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:05.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:03.934687+0000 mgr.smithi098.snaxby (mgr.14182) 313 : 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-02-23T00:42:06.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:04.834001+0000 mgr.smithi098.snaxby (mgr.14182) 314 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:06.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:42:05.651615+0000 mgr.smithi098.snaxby (mgr.14182) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:42:06.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:42:05.651788+0000 mgr.smithi098.snaxby (mgr.14182) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:05.652045+0000 mon.smithi098 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ougwuk"}]: dispatch 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:42:05.652634+0000 mgr.smithi098.snaxby (mgr.14182) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:42:06.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:42:05.654452+0000 mgr.smithi098.snaxby (mgr.14182) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.jljyqa on smithi098 2024-02-23T00:42:06.685 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:04.834001+0000 mgr.smithi098.snaxby (mgr.14182) 314 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:42:05.651615+0000 mgr.smithi098.snaxby (mgr.14182) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:42:06.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:42:05.651788+0000 mgr.smithi098.snaxby (mgr.14182) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:05.652045+0000 mon.smithi098 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ougwuk"}]: dispatch 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:42:05.652634+0000 mgr.smithi098.snaxby (mgr.14182) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.ougwuk ... 2024-02-23T00:42:06.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:40:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:41:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:42:06.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:42:05.654452+0000 mgr.smithi098.snaxby (mgr.14182) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.jljyqa on smithi098 2024-02-23T00:42:07.389 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:05.935264+0000 mgr.smithi098.snaxby (mgr.14182) 319 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:07.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:05.935264+0000 mgr.smithi098.snaxby (mgr.14182) 319 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:08.928 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:08.928 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:07.935748+0000 mgr.smithi098.snaxby (mgr.14182) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:09.679 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:07.935748+0000 mgr.smithi098.snaxby (mgr.14182) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:10.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:08.923354+0000 mgr.smithi098.snaxby (mgr.14182) 321 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:10.680 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:10.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:08.923354+0000 mgr.smithi098.snaxby (mgr.14182) 321 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:11.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:09.936313+0000 mgr.smithi098.snaxby (mgr.14182) 322 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:09.936313+0000 mgr.smithi098.snaxby (mgr.14182) 322 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:13.191 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:13.191 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:13.610 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:11.937055+0000 mgr.smithi098.snaxby (mgr.14182) 323 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:11.937055+0000 mgr.smithi098.snaxby (mgr.14182) 323 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:13.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:14.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:13.186366+0000 mgr.smithi098.snaxby (mgr.14182) 324 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:14.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:13.186366+0000 mgr.smithi098.snaxby (mgr.14182) 324 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:14.962 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:13.937501+0000 mgr.smithi098.snaxby (mgr.14182) 325 : 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-02-23T00:42:15.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:13.937501+0000 mgr.smithi098.snaxby (mgr.14182) 325 : 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-02-23T00:42:17.420 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:17.420 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:17.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:15.937959+0000 mgr.smithi098.snaxby (mgr.14182) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:15.937959+0000 mgr.smithi098.snaxby (mgr.14182) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:18.273 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:18.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:17.415167+0000 mgr.smithi098.snaxby (mgr.14182) 327 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:17.415167+0000 mgr.smithi098.snaxby (mgr.14182) 327 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:19.275 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:17.938557+0000 mgr.smithi098.snaxby (mgr.14182) 328 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:19.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:17.938557+0000 mgr.smithi098.snaxby (mgr.14182) 328 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:21.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:19.939109+0000 mgr.smithi098.snaxby (mgr.14182) 329 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:21.694 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:21.695 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:19.939109+0000 mgr.smithi098.snaxby (mgr.14182) 329 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:22.525 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:22.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:21.690451+0000 mgr.smithi098.snaxby (mgr.14182) 330 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:22.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:21.690451+0000 mgr.smithi098.snaxby (mgr.14182) 330 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:23.526 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:21.939668+0000 mgr.smithi098.snaxby (mgr.14182) 331 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:21.939668+0000 mgr.smithi098.snaxby (mgr.14182) 331 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:25.569 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:23.940149+0000 mgr.smithi098.snaxby (mgr.14182) 332 : 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-02-23T00:42:25.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:23.940149+0000 mgr.smithi098.snaxby (mgr.14182) 332 : 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-02-23T00:42:26.061 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:26.062 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:26.890 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:25.940615+0000 mgr.smithi098.snaxby (mgr.14182) 333 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:26.056329+0000 mgr.smithi098.snaxby (mgr.14182) 334 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:27.891 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:27.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:25.940615+0000 mgr.smithi098.snaxby (mgr.14182) 333 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:27.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:26.056329+0000 mgr.smithi098.snaxby (mgr.14182) 334 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:27.941091+0000 mgr.smithi098.snaxby (mgr.14182) 335 : 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-02-23T00:42:29.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:27.941091+0000 mgr.smithi098.snaxby (mgr.14182) 335 : 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-02-23T00:42:30.291 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:30.291 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:31.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:31.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:29.941700+0000 mgr.smithi098.snaxby (mgr.14182) 336 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:31.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:30.286579+0000 mgr.smithi098.snaxby (mgr.14182) 337 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:31.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:29.941700+0000 mgr.smithi098.snaxby (mgr.14182) 336 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:31.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:30.286579+0000 mgr.smithi098.snaxby (mgr.14182) 337 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:32.066 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:33.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:31.942374+0000 mgr.smithi098.snaxby (mgr.14182) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:31.942374+0000 mgr.smithi098.snaxby (mgr.14182) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:34.554 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:34.554 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:35.486 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:35.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:33.942854+0000 mgr.smithi098.snaxby (mgr.14182) 339 : 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-02-23T00:42:35.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:34.549689+0000 mgr.smithi098.snaxby (mgr.14182) 340 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:33.942854+0000 mgr.smithi098.snaxby (mgr.14182) 339 : 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-02-23T00:42:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:34.549689+0000 mgr.smithi098.snaxby (mgr.14182) 340 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:36.487 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:35.943569+0000 mgr.smithi098.snaxby (mgr.14182) 341 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:35.943569+0000 mgr.smithi098.snaxby (mgr.14182) 341 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:38.822 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:38.822 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:39.569 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:37.944012+0000 mgr.smithi098.snaxby (mgr.14182) 342 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:39.589 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:37.944012+0000 mgr.smithi098.snaxby (mgr.14182) 342 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:40.590 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:40.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:38.817013+0000 mgr.smithi098.snaxby (mgr.14182) 343 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:40.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:38.817013+0000 mgr.smithi098.snaxby (mgr.14182) 343 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:39.944611+0000 mgr.smithi098.snaxby (mgr.14182) 344 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:39.944611+0000 mgr.smithi098.snaxby (mgr.14182) 344 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:43.121 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:43.121 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:43.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:41.945354+0000 mgr.smithi098.snaxby (mgr.14182) 345 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:43.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:41.945354+0000 mgr.smithi098.snaxby (mgr.14182) 345 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:43.900 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:44.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:43.116545+0000 mgr.smithi098.snaxby (mgr.14182) 346 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:44.723 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:43.116545+0000 mgr.smithi098.snaxby (mgr.14182) 346 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:44.900 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:43.945768+0000 mgr.smithi098.snaxby (mgr.14182) 347 : 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-02-23T00:42:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:43.945768+0000 mgr.smithi098.snaxby (mgr.14182) 347 : 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-02-23T00:42:47.403 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:47.403 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:45.946210+0000 mgr.smithi098.snaxby (mgr.14182) 348 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:47.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:45.946210+0000 mgr.smithi098.snaxby (mgr.14182) 348 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:48.171 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:48.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:47.397919+0000 mgr.smithi098.snaxby (mgr.14182) 349 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:48.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:47.397919+0000 mgr.smithi098.snaxby (mgr.14182) 349 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:49.172 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:47.946726+0000 mgr.smithi098.snaxby (mgr.14182) 350 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:47.946726+0000 mgr.smithi098.snaxby (mgr.14182) 350 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:51.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:51.652 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:51.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:49.947141+0000 mgr.smithi098.snaxby (mgr.14182) 351 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:51.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:49.947141+0000 mgr.smithi098.snaxby (mgr.14182) 351 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:52.454 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:52.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:51.646978+0000 mgr.smithi098.snaxby (mgr.14182) 352 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:52.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:51.646978+0000 mgr.smithi098.snaxby (mgr.14182) 352 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:53.455 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:53.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:51.947572+0000 mgr.smithi098.snaxby (mgr.14182) 353 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:53.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:51.947572+0000 mgr.smithi098.snaxby (mgr.14182) 353 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:42:55.614 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:53.947963+0000 mgr.smithi098.snaxby (mgr.14182) 354 : 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-02-23T00:42:55.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:53.947963+0000 mgr.smithi098.snaxby (mgr.14182) 354 : 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-02-23T00:42:56.093 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:42:56.093 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:42:56.853 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:42:57.854 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:57.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:55.948364+0000 mgr.smithi098.snaxby (mgr.14182) 355 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:57.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:42:56.088529+0000 mgr.smithi098.snaxby (mgr.14182) 356 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:57.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:55.948364+0000 mgr.smithi098.snaxby (mgr.14182) 355 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:57.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:42:56.088529+0000 mgr.smithi098.snaxby (mgr.14182) 356 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:59.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:42:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:57.948803+0000 mgr.smithi098.snaxby (mgr.14182) 357 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:42:59.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:42:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:57.948803+0000 mgr.smithi098.snaxby (mgr.14182) 357 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:00.156 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:00.156 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:00.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:42:59.949231+0000 mgr.smithi098.snaxby (mgr.14182) 358 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:00.151242+0000 mgr.smithi098.snaxby (mgr.14182) 359 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:01.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:42:59.949231+0000 mgr.smithi098.snaxby (mgr.14182) 358 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:01.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:00.151242+0000 mgr.smithi098.snaxby (mgr.14182) 359 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:01.961 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:01.950050+0000 mgr.smithi098.snaxby (mgr.14182) 360 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:43:03.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:01.950050+0000 mgr.smithi098.snaxby (mgr.14182) 360 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:43:04.415 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:04.415 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:05.080 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:03.950460+0000 mgr.smithi098.snaxby (mgr.14182) 361 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:04.410531+0000 mgr.smithi098.snaxby (mgr.14182) 362 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:05.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:03.950460+0000 mgr.smithi098.snaxby (mgr.14182) 361 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:05.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:04.410531+0000 mgr.smithi098.snaxby (mgr.14182) 362 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:06.081 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:05.951012+0000 mgr.smithi098.snaxby (mgr.14182) 363 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:05.951012+0000 mgr.smithi098.snaxby (mgr.14182) 363 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:08.622 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:08.623 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:09.489 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:09.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:07.951495+0000 mgr.smithi098.snaxby (mgr.14182) 364 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:09.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:08.617649+0000 mgr.smithi098.snaxby (mgr.14182) 365 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:07.951495+0000 mgr.smithi098.snaxby (mgr.14182) 364 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:08.617649+0000 mgr.smithi098.snaxby (mgr.14182) 365 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:10.491 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:09.951972+0000 mgr.smithi098.snaxby (mgr.14182) 366 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:11.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:09.951972+0000 mgr.smithi098.snaxby (mgr.14182) 366 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:12.862 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:12.862 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:11.952758+0000 mgr.smithi098.snaxby (mgr.14182) 367 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:43:13.738 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:13.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:11.952758+0000 mgr.smithi098.snaxby (mgr.14182) 367 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:43:14.739 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:14.772 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:12.857549+0000 mgr.smithi098.snaxby (mgr.14182) 368 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:12.857549+0000 mgr.smithi098.snaxby (mgr.14182) 368 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:13.953317+0000 mgr.smithi098.snaxby (mgr.14182) 369 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:15.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:13.953317+0000 mgr.smithi098.snaxby (mgr.14182) 369 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:17.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:15.954133+0000 mgr.smithi098.snaxby (mgr.14182) 370 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:17.152 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:17.153 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:17.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:15.954133+0000 mgr.smithi098.snaxby (mgr.14182) 370 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:18.000 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:18.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:17.148001+0000 mgr.smithi098.snaxby (mgr.14182) 371 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:18.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:17.148001+0000 mgr.smithi098.snaxby (mgr.14182) 371 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:19.001 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:19.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:17.954599+0000 mgr.smithi098.snaxby (mgr.14182) 372 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:19.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:17.954599+0000 mgr.smithi098.snaxby (mgr.14182) 372 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:21.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:19.955175+0000 mgr.smithi098.snaxby (mgr.14182) 373 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:21.428 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:21.428 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:21.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:19.955175+0000 mgr.smithi098.snaxby (mgr.14182) 373 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:22.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:21.423447+0000 mgr.smithi098.snaxby (mgr.14182) 374 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:22.307 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:22.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:21.423447+0000 mgr.smithi098.snaxby (mgr.14182) 374 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:23.309 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:23.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:21.955701+0000 mgr.smithi098.snaxby (mgr.14182) 375 : 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-02-23T00:43:23.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:21.955701+0000 mgr.smithi098.snaxby (mgr.14182) 375 : 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-02-23T00:43:25.287 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:23.956133+0000 mgr.smithi098.snaxby (mgr.14182) 376 : 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-02-23T00:43:25.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:23.956133+0000 mgr.smithi098.snaxby (mgr.14182) 376 : 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-02-23T00:43:25.811 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:25.812 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:26.750 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:27.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:25.807240+0000 mgr.smithi098.snaxby (mgr.14182) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:27.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:25.956621+0000 mgr.smithi098.snaxby (mgr.14182) 378 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:27.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:25.807240+0000 mgr.smithi098.snaxby (mgr.14182) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:27.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:25.956621+0000 mgr.smithi098.snaxby (mgr.14182) 378 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:27.751 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:29.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:27.957096+0000 mgr.smithi098.snaxby (mgr.14182) 379 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:29.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:27.957096+0000 mgr.smithi098.snaxby (mgr.14182) 379 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:30.192 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:30.192 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:31.058 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:29.957550+0000 mgr.smithi098.snaxby (mgr.14182) 380 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:30.187658+0000 mgr.smithi098.snaxby (mgr.14182) 381 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:31.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:29.957550+0000 mgr.smithi098.snaxby (mgr.14182) 380 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:31.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:30.187658+0000 mgr.smithi098.snaxby (mgr.14182) 381 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:32.059 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:33.312 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:31.958173+0000 mgr.smithi098.snaxby (mgr.14182) 382 : 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-02-23T00:43:33.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:31.958173+0000 mgr.smithi098.snaxby (mgr.14182) 382 : 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-02-23T00:43:34.463 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:34.463 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:35.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:33.958704+0000 mgr.smithi098.snaxby (mgr.14182) 383 : 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-02-23T00:43:35.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:34.458202+0000 mgr.smithi098.snaxby (mgr.14182) 384 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:35.177 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:35.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:33.958704+0000 mgr.smithi098.snaxby (mgr.14182) 383 : 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-02-23T00:43:35.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:34.458202+0000 mgr.smithi098.snaxby (mgr.14182) 384 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:36.178 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:37.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:35.959463+0000 mgr.smithi098.snaxby (mgr.14182) 385 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:35.959463+0000 mgr.smithi098.snaxby (mgr.14182) 385 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:38.521 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:38.521 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:39.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:37.960018+0000 mgr.smithi098.snaxby (mgr.14182) 386 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:39.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:38.516456+0000 mgr.smithi098.snaxby (mgr.14182) 387 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:39.393 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:39.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:37.960018+0000 mgr.smithi098.snaxby (mgr.14182) 386 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:39.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:38.516456+0000 mgr.smithi098.snaxby (mgr.14182) 387 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:40.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:41.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:39.960582+0000 mgr.smithi098.snaxby (mgr.14182) 388 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:39.960582+0000 mgr.smithi098.snaxby (mgr.14182) 388 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:42.765 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:42.765 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:43.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:41.961120+0000 mgr.smithi098.snaxby (mgr.14182) 389 : 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-02-23T00:43:43.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:41.961120+0000 mgr.smithi098.snaxby (mgr.14182) 389 : 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-02-23T00:43:43.618 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:42.760403+0000 mgr.smithi098.snaxby (mgr.14182) 390 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:44.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:42.760403+0000 mgr.smithi098.snaxby (mgr.14182) 390 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:44.619 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:45.394 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:43.961804+0000 mgr.smithi098.snaxby (mgr.14182) 391 : 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-02-23T00:43:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:43.961804+0000 mgr.smithi098.snaxby (mgr.14182) 391 : 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-02-23T00:43:47.016 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:47.016 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:47.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:45.962432+0000 mgr.smithi098.snaxby (mgr.14182) 392 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:47.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:45.962432+0000 mgr.smithi098.snaxby (mgr.14182) 392 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:47.849 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:48.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:47.011770+0000 mgr.smithi098.snaxby (mgr.14182) 393 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:47.011770+0000 mgr.smithi098.snaxby (mgr.14182) 393 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:48.850 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:49.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:47.962868+0000 mgr.smithi098.snaxby (mgr.14182) 394 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:49.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:47.962868+0000 mgr.smithi098.snaxby (mgr.14182) 394 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:51.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:49.963460+0000 mgr.smithi098.snaxby (mgr.14182) 395 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:51.303 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:51.304 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:51.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:49.963460+0000 mgr.smithi098.snaxby (mgr.14182) 395 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:52.105 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:52.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:51.299453+0000 mgr.smithi098.snaxby (mgr.14182) 396 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:52.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:51.299453+0000 mgr.smithi098.snaxby (mgr.14182) 396 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:53.106 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:53.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:51.963965+0000 mgr.smithi098.snaxby (mgr.14182) 397 : 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-02-23T00:43:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:51.963965+0000 mgr.smithi098.snaxby (mgr.14182) 397 : 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-02-23T00:43:55.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:53.964409+0000 mgr.smithi098.snaxby (mgr.14182) 398 : 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-02-23T00:43:55.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:53.964409+0000 mgr.smithi098.snaxby (mgr.14182) 398 : 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-02-23T00:43:55.491 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:55.491 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:43:56.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:55.486801+0000 mgr.smithi098.snaxby (mgr.14182) 399 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:56.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:55.486801+0000 mgr.smithi098.snaxby (mgr.14182) 399 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:56.545 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:43:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:55.964938+0000 mgr.smithi098.snaxby (mgr.14182) 400 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:57.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:55.964938+0000 mgr.smithi098.snaxby (mgr.14182) 400 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:57.546 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:59.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:43:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:57.965502+0000 mgr.smithi098.snaxby (mgr.14182) 401 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:59.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:43:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:57.965502+0000 mgr.smithi098.snaxby (mgr.14182) 401 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:43:59.993 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:43:59.993 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:00.923 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:43:59.965910+0000 mgr.smithi098.snaxby (mgr.14182) 402 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:01.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:43:59.988614+0000 mgr.smithi098.snaxby (mgr.14182) 403 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:01.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:43:59.965910+0000 mgr.smithi098.snaxby (mgr.14182) 402 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:01.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:43:59.988614+0000 mgr.smithi098.snaxby (mgr.14182) 403 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:01.924 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:03.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:01.966590+0000 mgr.smithi098.snaxby (mgr.14182) 404 : 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-02-23T00:44:03.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:01.966590+0000 mgr.smithi098.snaxby (mgr.14182) 404 : 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-02-23T00:44:04.246 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:04.246 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:04.930 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:05.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:03.967259+0000 mgr.smithi098.snaxby (mgr.14182) 405 : 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-02-23T00:44:05.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:04.241229+0000 mgr.smithi098.snaxby (mgr.14182) 406 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:05.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:03.967259+0000 mgr.smithi098.snaxby (mgr.14182) 405 : 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-02-23T00:44:05.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:04.241229+0000 mgr.smithi098.snaxby (mgr.14182) 406 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:05.931 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:05.967877+0000 mgr.smithi098.snaxby (mgr.14182) 407 : 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-02-23T00:44:07.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:05.967877+0000 mgr.smithi098.snaxby (mgr.14182) 407 : 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-02-23T00:44:08.412 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:08.412 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:09.195 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:09.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:07.968298+0000 mgr.smithi098.snaxby (mgr.14182) 408 : 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-02-23T00:44:09.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:08.407132+0000 mgr.smithi098.snaxby (mgr.14182) 409 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:07.968298+0000 mgr.smithi098.snaxby (mgr.14182) 408 : 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-02-23T00:44:09.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:08.407132+0000 mgr.smithi098.snaxby (mgr.14182) 409 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:10.196 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:11.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:09.968832+0000 mgr.smithi098.snaxby (mgr.14182) 410 : 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-02-23T00:44:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:09.968832+0000 mgr.smithi098.snaxby (mgr.14182) 410 : 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-02-23T00:44:12.538 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:12.538 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:13.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:11.969454+0000 mgr.smithi098.snaxby (mgr.14182) 411 : 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-02-23T00:44:13.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:12.533387+0000 mgr.smithi098.snaxby (mgr.14182) 412 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:11.969454+0000 mgr.smithi098.snaxby (mgr.14182) 411 : 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-02-23T00:44:13.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:12.533387+0000 mgr.smithi098.snaxby (mgr.14182) 412 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:13.475 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:14.477 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:15.284 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:13.970051+0000 mgr.smithi098.snaxby (mgr.14182) 413 : 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-02-23T00:44:15.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:13.970051+0000 mgr.smithi098.snaxby (mgr.14182) 413 : 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-02-23T00:44:16.973 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:16.973 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:17.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:15.970739+0000 mgr.smithi098.snaxby (mgr.14182) 414 : 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-02-23T00:44:17.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:15.970739+0000 mgr.smithi098.snaxby (mgr.14182) 414 : 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-02-23T00:44:17.802 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:16.968352+0000 mgr.smithi098.snaxby (mgr.14182) 415 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:18.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:16.968352+0000 mgr.smithi098.snaxby (mgr.14182) 415 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:18.803 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:19.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:17.971244+0000 mgr.smithi098.snaxby (mgr.14182) 416 : 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-02-23T00:44:19.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:17.971244+0000 mgr.smithi098.snaxby (mgr.14182) 416 : 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-02-23T00:44:21.218 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:21.218 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:21.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:19.971757+0000 mgr.smithi098.snaxby (mgr.14182) 417 : 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-02-23T00:44:21.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:19.971757+0000 mgr.smithi098.snaxby (mgr.14182) 417 : 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-02-23T00:44:22.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:22.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:21.213723+0000 mgr.smithi098.snaxby (mgr.14182) 418 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:22.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:21.213723+0000 mgr.smithi098.snaxby (mgr.14182) 418 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:23.120 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:21.972437+0000 mgr.smithi098.snaxby (mgr.14182) 419 : 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-02-23T00:44:23.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:21.972437+0000 mgr.smithi098.snaxby (mgr.14182) 419 : 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-02-23T00:44:25.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:23.972827+0000 mgr.smithi098.snaxby (mgr.14182) 420 : 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-02-23T00:44:25.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:23.972827+0000 mgr.smithi098.snaxby (mgr.14182) 420 : 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-02-23T00:44:25.502 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:25.502 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:26.327 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:25.497488+0000 mgr.smithi098.snaxby (mgr.14182) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:26.347 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:26.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:25.497488+0000 mgr.smithi098.snaxby (mgr.14182) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:27.348 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:27.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:25.973306+0000 mgr.smithi098.snaxby (mgr.14182) 422 : 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-02-23T00:44:27.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:25.973306+0000 mgr.smithi098.snaxby (mgr.14182) 422 : 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-02-23T00:44:29.234 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:27.973746+0000 mgr.smithi098.snaxby (mgr.14182) 423 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:29.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:27.973746+0000 mgr.smithi098.snaxby (mgr.14182) 423 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:29.707 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:29.707 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:30.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:29.702064+0000 mgr.smithi098.snaxby (mgr.14182) 424 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:30.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:29.702064+0000 mgr.smithi098.snaxby (mgr.14182) 424 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:30.553 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:31.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:29.974394+0000 mgr.smithi098.snaxby (mgr.14182) 425 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:31.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:29.974394+0000 mgr.smithi098.snaxby (mgr.14182) 425 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:31.554 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:33.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:31.975158+0000 mgr.smithi098.snaxby (mgr.14182) 426 : 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-02-23T00:44:33.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:31.975158+0000 mgr.smithi098.snaxby (mgr.14182) 426 : 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-02-23T00:44:33.930 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:33.930 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:14.713118Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:14.713282Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:14.713354Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:14.713418Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:14.713540Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:39:14.713480Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:34.860 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:35.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:33.925563+0000 mgr.smithi098.snaxby (mgr.14182) 427 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:35.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:33.975569+0000 mgr.smithi098.snaxby (mgr.14182) 428 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:33.925563+0000 mgr.smithi098.snaxby (mgr.14182) 427 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:33.975569+0000 mgr.smithi098.snaxby (mgr.14182) 428 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:35.860 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:35.335355+0000 mgr.smithi098.snaxby (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:35.335526+0000 mgr.smithi098.snaxby (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:35.335887+0000 mon.smithi098 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.jljyqa"}]: dispatch 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:35.336489+0000 mgr.smithi098.snaxby (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:35.340996+0000 mon.smithi098 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:35.341246+0000 mgr.smithi098.snaxby (mgr.14182) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:35.342322+0000 mgr.smithi098.snaxby (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:35.343033+0000 mgr.smithi098.snaxby (mgr.14182) 434 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:35.343128+0000 mon.smithi098 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:44:36.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:35.577660+0000 mon.smithi098 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:35.335355+0000 mgr.smithi098.snaxby (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:35.335526+0000 mgr.smithi098.snaxby (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:35.335887+0000 mon.smithi098 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.jljyqa"}]: dispatch 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:35.336489+0000 mgr.smithi098.snaxby (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.jljyqa ... 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:42:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:43:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:35.340996+0000 mon.smithi098 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:36.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:35.341246+0000 mgr.smithi098.snaxby (mgr.14182) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:44:36.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:35.342322+0000 mgr.smithi098.snaxby (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:44:36.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:35.343033+0000 mgr.smithi098.snaxby (mgr.14182) 434 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:36.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:35.343128+0000 mon.smithi098 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:44:36.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:35.577660+0000 mon.smithi098 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:36.339142+0000 mon.smithi098 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:44:37.578 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:36.339142+0000 mon.smithi098 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:44:38.291 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:37.343627+0000 mgr.smithi098.snaxby (mgr.14182) 435 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:38.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:37.343627+0000 mgr.smithi098.snaxby (mgr.14182) 435 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:39.028 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:39.028 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:18.679380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:18.679247Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:18.679089Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:18.679500Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:18.679560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:39.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:38.552814+0000 mon.smithi098 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:39.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:38.552814+0000 mon.smithi098 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:40.041 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:40.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:39.023227+0000 mgr.smithi098.snaxby (mgr.14182) 436 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:40.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:39.344155+0000 mgr.smithi098.snaxby (mgr.14182) 437 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:40.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:40.285599+0000 mon.smithi098 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:40.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:39.023227+0000 mgr.smithi098.snaxby (mgr.14182) 436 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:41.161 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:39.344155+0000 mgr.smithi098.snaxby (mgr.14182) 437 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:41.162 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:40.285599+0000 mon.smithi098 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:41.162 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:42.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:41.344716+0000 mgr.smithi098.snaxby (mgr.14182) 438 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-23T00:44:42.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:41.344716+0000 mgr.smithi098.snaxby (mgr.14182) 438 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-23T00:44:44.104 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:44.105 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:39:18.679317Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:39:18.679380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:39:18.679441Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:39:18.679247Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:39:18.679089Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:39:18.679500Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:39:18.679560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:43.345241+0000 mgr.smithi098.snaxby (mgr.14182) 439 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.460340+0000 mon.smithi098 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:43.345241+0000 mgr.smithi098.snaxby (mgr.14182) 439 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:44:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.460340+0000 mon.smithi098 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.467 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.099647+0000 mgr.smithi098.snaxby (mgr.14182) 440 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.840257+0000 mon.smithi098 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.841013+0000 mon.smithi098 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.845410+0000 mon.smithi098 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.849062+0000 mon.smithi098 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:44.856008+0000 mon.smithi098 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:45.004103+0000 mon.smithi098 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.099647+0000 mgr.smithi098.snaxby (mgr.14182) 440 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.840257+0000 mon.smithi098 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.841013+0000 mon.smithi098 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.845410+0000 mon.smithi098 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.849062+0000 mon.smithi098 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:44.856008+0000 mon.smithi098 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:45.004103+0000 mon.smithi098 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:44:46.469 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:46.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:44.845953+0000 mgr.smithi098.snaxby (mgr.14182) 441 : cluster [DBG] pgmap v331: 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-02-23T00:44:46.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:44:44.858026+0000 mgr.smithi098.snaxby (mgr.14182) 442 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.awdwbg on smithi122 2024-02-23T00:44:46.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:45.843715+0000 mon.smithi098 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:44:46.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:45.843736+0000 mon.smithi098 (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-02-23T00:44:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:44.845953+0000 mgr.smithi098.snaxby (mgr.14182) 441 : cluster [DBG] pgmap v331: 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-02-23T00:44:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:44:44.858026+0000 mgr.smithi098.snaxby (mgr.14182) 442 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.awdwbg on smithi122 2024-02-23T00:44:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:45.843715+0000 mon.smithi098 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:44:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:45.843736+0000 mon.smithi098 (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-02-23T00:44:48.897 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:48.897 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:48.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:46.846521+0000 mgr.smithi098.snaxby (mgr.14182) 443 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:48.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:46.846521+0000 mgr.smithi098.snaxby (mgr.14182) 443 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:49.667 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-23T00:44:49.667 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-23T00:44:49.678 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-23T00:44:49.679 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:50.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:48.846985+0000 mgr.smithi098.snaxby (mgr.14182) 444 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:50.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:48.891245+0000 mgr.smithi098.snaxby (mgr.14182) 445 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:50.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:48.846985+0000 mgr.smithi098.snaxby (mgr.14182) 444 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:50.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:48.891245+0000 mgr.smithi098.snaxby (mgr.14182) 445 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:52.179 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:52.179 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:52.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:50.847447+0000 mgr.smithi098.snaxby (mgr.14182) 446 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:52.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:50.847447+0000 mgr.smithi098.snaxby (mgr.14182) 446 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:53.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:44:53.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:52.174195+0000 mgr.smithi098.snaxby (mgr.14182) 447 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:53.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:52.174195+0000 mgr.smithi098.snaxby (mgr.14182) 447 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:54.014 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:52.847871+0000 mgr.smithi098.snaxby (mgr.14182) 448 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:54.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:52.847871+0000 mgr.smithi098.snaxby (mgr.14182) 448 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:56.423 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:44:56.423 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:44:56.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:54.848287+0000 mgr.smithi098.snaxby (mgr.14182) 449 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:56.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:54.848287+0000 mgr.smithi098.snaxby (mgr.14182) 449 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:44:57.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:44:57.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:44:56.418292+0000 mgr.smithi098.snaxby (mgr.14182) 450 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:57.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:44:56.418292+0000 mgr.smithi098.snaxby (mgr.14182) 450 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:58.263 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:58.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:44:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:56.848813+0000 mgr.smithi098.snaxby (mgr.14182) 451 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:44:58.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:44:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:56.848813+0000 mgr.smithi098.snaxby (mgr.14182) 451 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:00.531 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:00.531 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:00.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:44:58.849230+0000 mgr.smithi098.snaxby (mgr.14182) 452 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:00.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:00.004254+0000 mon.smithi098 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:45:00.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:44:58.849230+0000 mgr.smithi098.snaxby (mgr.14182) 452 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:00.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:00.004254+0000 mon.smithi098 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:45:01.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:00.525848+0000 mgr.smithi098.snaxby (mgr.14182) 453 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:01.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:00.525848+0000 mgr.smithi098.snaxby (mgr.14182) 453 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:02.369 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:02.826 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:00.849924+0000 mgr.smithi098.snaxby (mgr.14182) 454 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:02.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:00.849924+0000 mgr.smithi098.snaxby (mgr.14182) 454 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:04.836 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:04.837 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:04.864 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:02.850350+0000 mgr.smithi098.snaxby (mgr.14182) 455 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:04.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:02.850350+0000 mgr.smithi098.snaxby (mgr.14182) 455 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:05.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:06.666 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:06.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:04.831480+0000 mgr.smithi098.snaxby (mgr.14182) 456 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:06.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:04.850988+0000 mgr.smithi098.snaxby (mgr.14182) 457 : 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-02-23T00:45:06.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:04.831480+0000 mgr.smithi098.snaxby (mgr.14182) 456 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:06.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:04.850988+0000 mgr.smithi098.snaxby (mgr.14182) 457 : 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-02-23T00:45:08.758 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:06.851424+0000 mgr.smithi098.snaxby (mgr.14182) 458 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:08.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:06.851424+0000 mgr.smithi098.snaxby (mgr.14182) 458 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:09.198 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:09.198 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:10.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:10.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:08.852016+0000 mgr.smithi098.snaxby (mgr.14182) 459 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:10.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:09.193326+0000 mgr.smithi098.snaxby (mgr.14182) 460 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:08.852016+0000 mgr.smithi098.snaxby (mgr.14182) 459 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:10.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:09.193326+0000 mgr.smithi098.snaxby (mgr.14182) 460 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:11.089 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:12.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:10.852878+0000 mgr.smithi098.snaxby (mgr.14182) 461 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:12.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:10.852878+0000 mgr.smithi098.snaxby (mgr.14182) 461 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:13.640 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:13.640 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:14.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:14.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:12.853435+0000 mgr.smithi098.snaxby (mgr.14182) 462 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:14.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:13.634829+0000 mgr.smithi098.snaxby (mgr.14182) 463 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:12.853435+0000 mgr.smithi098.snaxby (mgr.14182) 462 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:14.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:13.634829+0000 mgr.smithi098.snaxby (mgr.14182) 463 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:15.404 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:16.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:14.854053+0000 mgr.smithi098.snaxby (mgr.14182) 464 : 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-02-23T00:45:16.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:14.854053+0000 mgr.smithi098.snaxby (mgr.14182) 464 : 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-02-23T00:45:17.911 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:17.911 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:18.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:18.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:16.854583+0000 mgr.smithi098.snaxby (mgr.14182) 465 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:18.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:16.854583+0000 mgr.smithi098.snaxby (mgr.14182) 465 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:19.803 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:19.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:17.906449+0000 mgr.smithi098.snaxby (mgr.14182) 466 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:19.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:17.906449+0000 mgr.smithi098.snaxby (mgr.14182) 466 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:20.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:18.855073+0000 mgr.smithi098.snaxby (mgr.14182) 467 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:20.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:18.855073+0000 mgr.smithi098.snaxby (mgr.14182) 467 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:22.212 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:22.212 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:22.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:20.855570+0000 mgr.smithi098.snaxby (mgr.14182) 468 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:22.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:20.855570+0000 mgr.smithi098.snaxby (mgr.14182) 468 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:23.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:22.207313+0000 mgr.smithi098.snaxby (mgr.14182) 469 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:23.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:22.207313+0000 mgr.smithi098.snaxby (mgr.14182) 469 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:24.103 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:24.800 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:22.856038+0000 mgr.smithi098.snaxby (mgr.14182) 470 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:22.856038+0000 mgr.smithi098.snaxby (mgr.14182) 470 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:26.471 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:26.471 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:26.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:24.856461+0000 mgr.smithi098.snaxby (mgr.14182) 471 : 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-02-23T00:45:26.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:24.856461+0000 mgr.smithi098.snaxby (mgr.14182) 471 : 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-02-23T00:45:27.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:27.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:26.466197+0000 mgr.smithi098.snaxby (mgr.14182) 472 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:28.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:26.466197+0000 mgr.smithi098.snaxby (mgr.14182) 472 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:28.356 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:28.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:26.857320+0000 mgr.smithi098.snaxby (mgr.14182) 473 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:29.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:26.857320+0000 mgr.smithi098.snaxby (mgr.14182) 473 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:30.664 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:30.664 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:30.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:28.857742+0000 mgr.smithi098.snaxby (mgr.14182) 474 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:31.045 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:28.857742+0000 mgr.smithi098.snaxby (mgr.14182) 474 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:31.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:30.658688+0000 mgr.smithi098.snaxby (mgr.14182) 475 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:31.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:30.658688+0000 mgr.smithi098.snaxby (mgr.14182) 475 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:32.555 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:32.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:30.858188+0000 mgr.smithi098.snaxby (mgr.14182) 476 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:32.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:30.858188+0000 mgr.smithi098.snaxby (mgr.14182) 476 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:34.723 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:32.858604+0000 mgr.smithi098.snaxby (mgr.14182) 477 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:32.858604+0000 mgr.smithi098.snaxby (mgr.14182) 477 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:35.155 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:35.156 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:36.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:36.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:34.859063+0000 mgr.smithi098.snaxby (mgr.14182) 478 : 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-02-23T00:45:36.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:35.150700+0000 mgr.smithi098.snaxby (mgr.14182) 479 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:37.056 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:37.089 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:34.859063+0000 mgr.smithi098.snaxby (mgr.14182) 478 : 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-02-23T00:45:37.089 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:35.150700+0000 mgr.smithi098.snaxby (mgr.14182) 479 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:38.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:36.859682+0000 mgr.smithi098.snaxby (mgr.14182) 480 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:38.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:36.859682+0000 mgr.smithi098.snaxby (mgr.14182) 480 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:39.426 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:39.426 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:40.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:40.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:38.860101+0000 mgr.smithi098.snaxby (mgr.14182) 481 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:40.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:39.420991+0000 mgr.smithi098.snaxby (mgr.14182) 482 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:41.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:38.860101+0000 mgr.smithi098.snaxby (mgr.14182) 481 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:41.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:39.420991+0000 mgr.smithi098.snaxby (mgr.14182) 482 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:41.209 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:42.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:40.860850+0000 mgr.smithi098.snaxby (mgr.14182) 483 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:42.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:40.860850+0000 mgr.smithi098.snaxby (mgr.14182) 483 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:43.631 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:43.631 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:44.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:42.861490+0000 mgr.smithi098.snaxby (mgr.14182) 484 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:43.625866+0000 mgr.smithi098.snaxby (mgr.14182) 485 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:42.861490+0000 mgr.smithi098.snaxby (mgr.14182) 484 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:44.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:43.625866+0000 mgr.smithi098.snaxby (mgr.14182) 485 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:45.576 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:46.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:44.862124+0000 mgr.smithi098.snaxby (mgr.14182) 486 : 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-02-23T00:45:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:44.862124+0000 mgr.smithi098.snaxby (mgr.14182) 486 : 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-02-23T00:45:47.971 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:47.971 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:48.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:46.862821+0000 mgr.smithi098.snaxby (mgr.14182) 487 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:48.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:46.862821+0000 mgr.smithi098.snaxby (mgr.14182) 487 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:48.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:49.975 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:50.008 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:47.965736+0000 mgr.smithi098.snaxby (mgr.14182) 488 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:50.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:47.965736+0000 mgr.smithi098.snaxby (mgr.14182) 488 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:50.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:48.863505+0000 mgr.smithi098.snaxby (mgr.14182) 489 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:51.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:48.863505+0000 mgr.smithi098.snaxby (mgr.14182) 489 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:52.432 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:52.432 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:53.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:50.864082+0000 mgr.smithi098.snaxby (mgr.14182) 490 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:53.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:50.864082+0000 mgr.smithi098.snaxby (mgr.14182) 490 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:53.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:54.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:52.426632+0000 mgr.smithi098.snaxby (mgr.14182) 491 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:54.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:52.426632+0000 mgr.smithi098.snaxby (mgr.14182) 491 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:54.303 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:55.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:52.864507+0000 mgr.smithi098.snaxby (mgr.14182) 492 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:55.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:52.864507+0000 mgr.smithi098.snaxby (mgr.14182) 492 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:45:56.722 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:45:56.722 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:45:57.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:54.865047+0000 mgr.smithi098.snaxby (mgr.14182) 493 : 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-02-23T00:45:57.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:54.865047+0000 mgr.smithi098.snaxby (mgr.14182) 493 : 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-02-23T00:45:57.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:45:57.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:45:56.715131+0000 mgr.smithi098.snaxby (mgr.14182) 494 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:58.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:45:56.715131+0000 mgr.smithi098.snaxby (mgr.14182) 494 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:45:58.599 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:45:58.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:45:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:56.865546+0000 mgr.smithi098.snaxby (mgr.14182) 495 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:45:59.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:45:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:56.865546+0000 mgr.smithi098.snaxby (mgr.14182) 495 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:01.151 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:01.151 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:01.151 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:45:58.866017+0000 mgr.smithi098.snaxby (mgr.14182) 496 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:01.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:45:58.866017+0000 mgr.smithi098.snaxby (mgr.14182) 496 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:02.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:03.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:03.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:00.866491+0000 mgr.smithi098.snaxby (mgr.14182) 497 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:03.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:01.145572+0000 mgr.smithi098.snaxby (mgr.14182) 498 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:03.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:00.866491+0000 mgr.smithi098.snaxby (mgr.14182) 497 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:03.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:01.145572+0000 mgr.smithi098.snaxby (mgr.14182) 498 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:04.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:02.867041+0000 mgr.smithi098.snaxby (mgr.14182) 499 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:05.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:02.867041+0000 mgr.smithi098.snaxby (mgr.14182) 499 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:05.727 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:05.727 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:06.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:06.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:04.867513+0000 mgr.smithi098.snaxby (mgr.14182) 500 : 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-02-23T00:46:06.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:05.721930+0000 mgr.smithi098.snaxby (mgr.14182) 501 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:04.867513+0000 mgr.smithi098.snaxby (mgr.14182) 500 : 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-02-23T00:46:07.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:05.721930+0000 mgr.smithi098.snaxby (mgr.14182) 501 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:07.631 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:09.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:06.868251+0000 mgr.smithi098.snaxby (mgr.14182) 502 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:09.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:06.868251+0000 mgr.smithi098.snaxby (mgr.14182) 502 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:09.969 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:09.969 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:10.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:11.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:08.868811+0000 mgr.smithi098.snaxby (mgr.14182) 503 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:11.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:08.868811+0000 mgr.smithi098.snaxby (mgr.14182) 503 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:11.901 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:12.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:09.964241+0000 mgr.smithi098.snaxby (mgr.14182) 504 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:12.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:09.964241+0000 mgr.smithi098.snaxby (mgr.14182) 504 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:13.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:10.869340+0000 mgr.smithi098.snaxby (mgr.14182) 505 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:13.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:10.869340+0000 mgr.smithi098.snaxby (mgr.14182) 505 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:13.845 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:12.870044+0000 mgr.smithi098.snaxby (mgr.14182) 506 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:14.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:12.870044+0000 mgr.smithi098.snaxby (mgr.14182) 506 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:14.263 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:14.263 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:15.145 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:14.258085+0000 mgr.smithi098.snaxby (mgr.14182) 507 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:15.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:15.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:14.258085+0000 mgr.smithi098.snaxby (mgr.14182) 507 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:16.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:14.870458+0000 mgr.smithi098.snaxby (mgr.14182) 508 : 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-02-23T00:46:16.164 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:16.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:14.870458+0000 mgr.smithi098.snaxby (mgr.14182) 508 : 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-02-23T00:46:18.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:16.871153+0000 mgr.smithi098.snaxby (mgr.14182) 509 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:18.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:16.871153+0000 mgr.smithi098.snaxby (mgr.14182) 509 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:18.722 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:18.722 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:19.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:18.717267+0000 mgr.smithi098.snaxby (mgr.14182) 510 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:19.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:18.717267+0000 mgr.smithi098.snaxby (mgr.14182) 510 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:19.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:20.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:18.871662+0000 mgr.smithi098.snaxby (mgr.14182) 511 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:20.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:18.871662+0000 mgr.smithi098.snaxby (mgr.14182) 511 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:20.633 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:22.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:20.872220+0000 mgr.smithi098.snaxby (mgr.14182) 512 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:22.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:20.872220+0000 mgr.smithi098.snaxby (mgr.14182) 512 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:23.140 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:23.140 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:23.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:24.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:22.872685+0000 mgr.smithi098.snaxby (mgr.14182) 513 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:24.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:23.134856+0000 mgr.smithi098.snaxby (mgr.14182) 514 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:24.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:22.872685+0000 mgr.smithi098.snaxby (mgr.14182) 513 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:24.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:23.134856+0000 mgr.smithi098.snaxby (mgr.14182) 514 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:24.863 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:26.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:24.873220+0000 mgr.smithi098.snaxby (mgr.14182) 515 : 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-02-23T00:46:26.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:24.873220+0000 mgr.smithi098.snaxby (mgr.14182) 515 : 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-02-23T00:46:27.194 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:27.194 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:27.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:28.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:26.873697+0000 mgr.smithi098.snaxby (mgr.14182) 516 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:28.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:27.189441+0000 mgr.smithi098.snaxby (mgr.14182) 517 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:26.873697+0000 mgr.smithi098.snaxby (mgr.14182) 516 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:27.189441+0000 mgr.smithi098.snaxby (mgr.14182) 517 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:28.993 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:30.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:28.874139+0000 mgr.smithi098.snaxby (mgr.14182) 518 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:30.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:28.874139+0000 mgr.smithi098.snaxby (mgr.14182) 518 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:31.485 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:31.485 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:32.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:30.874648+0000 mgr.smithi098.snaxby (mgr.14182) 519 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:32.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:31.479784+0000 mgr.smithi098.snaxby (mgr.14182) 520 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:32.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:32.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:30.874648+0000 mgr.smithi098.snaxby (mgr.14182) 519 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:32.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:31.479784+0000 mgr.smithi098.snaxby (mgr.14182) 520 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:33.354 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:34.054 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:32.875225+0000 mgr.smithi098.snaxby (mgr.14182) 521 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:34.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:32.875225+0000 mgr.smithi098.snaxby (mgr.14182) 521 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:36.001 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:36.001 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:36.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:34.875953+0000 mgr.smithi098.snaxby (mgr.14182) 522 : 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-02-23T00:46:36.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:34.875953+0000 mgr.smithi098.snaxby (mgr.14182) 522 : 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-02-23T00:46:36.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:37.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:35.996093+0000 mgr.smithi098.snaxby (mgr.14182) 523 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:37.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:35.996093+0000 mgr.smithi098.snaxby (mgr.14182) 523 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:37.946 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:38.394 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:36.876714+0000 mgr.smithi098.snaxby (mgr.14182) 524 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:38.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:36.876714+0000 mgr.smithi098.snaxby (mgr.14182) 524 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:40.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:38.877125+0000 mgr.smithi098.snaxby (mgr.14182) 525 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:40.283 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:40.283 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:40.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:38.877125+0000 mgr.smithi098.snaxby (mgr.14182) 525 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:41.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:41.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:40.277813+0000 mgr.smithi098.snaxby (mgr.14182) 526 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:40.277813+0000 mgr.smithi098.snaxby (mgr.14182) 526 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:42.136 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:42.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:40.877580+0000 mgr.smithi098.snaxby (mgr.14182) 527 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:42.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:40.877580+0000 mgr.smithi098.snaxby (mgr.14182) 527 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:44.076 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:42.878156+0000 mgr.smithi098.snaxby (mgr.14182) 528 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:44.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:42.878156+0000 mgr.smithi098.snaxby (mgr.14182) 528 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:44.513 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:44.513 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:45.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:44.508549+0000 mgr.smithi098.snaxby (mgr.14182) 529 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:45.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:44.508549+0000 mgr.smithi098.snaxby (mgr.14182) 529 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:46.263 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:46.294 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:44.878758+0000 mgr.smithi098.snaxby (mgr.14182) 530 : 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-02-23T00:46:46.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:44.878758+0000 mgr.smithi098.snaxby (mgr.14182) 530 : 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-02-23T00:46:48.325 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:46.879409+0000 mgr.smithi098.snaxby (mgr.14182) 531 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:46.879409+0000 mgr.smithi098.snaxby (mgr.14182) 531 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:48.802 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:48.802 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:49.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:48.796879+0000 mgr.smithi098.snaxby (mgr.14182) 532 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:48.879858+0000 mgr.smithi098.snaxby (mgr.14182) 533 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:50.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:48.796879+0000 mgr.smithi098.snaxby (mgr.14182) 532 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:50.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:48.879858+0000 mgr.smithi098.snaxby (mgr.14182) 533 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:50.662 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:52.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:50.880289+0000 mgr.smithi098.snaxby (mgr.14182) 534 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:52.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:50.880289+0000 mgr.smithi098.snaxby (mgr.14182) 534 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:53.003 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:53.003 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:53.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:54.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:52.880699+0000 mgr.smithi098.snaxby (mgr.14182) 535 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:54.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:52.997713+0000 mgr.smithi098.snaxby (mgr.14182) 536 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:54.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:52.880699+0000 mgr.smithi098.snaxby (mgr.14182) 535 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:46:54.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:52.997713+0000 mgr.smithi098.snaxby (mgr.14182) 536 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:54.851 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:46:56.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:54.881231+0000 mgr.smithi098.snaxby (mgr.14182) 537 : 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-02-23T00:46:56.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:54.881231+0000 mgr.smithi098.snaxby (mgr.14182) 537 : 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-02-23T00:46:57.256 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:46:57.256 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:46:58.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:46:58.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:56.881905+0000 mgr.smithi098.snaxby (mgr.14182) 538 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:58.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:46:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:46:57.250389+0000 mgr.smithi098.snaxby (mgr.14182) 539 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:56.881905+0000 mgr.smithi098.snaxby (mgr.14182) 538 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:46:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:46:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:46:57.250389+0000 mgr.smithi098.snaxby (mgr.14182) 539 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:46:59.065 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:00.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:46:58.882608+0000 mgr.smithi098.snaxby (mgr.14182) 540 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:00.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:46:58.882608+0000 mgr.smithi098.snaxby (mgr.14182) 540 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:01.570 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:01.571 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:02.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:00.883062+0000 mgr.smithi098.snaxby (mgr.14182) 541 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:02.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:01.565520+0000 mgr.smithi098.snaxby (mgr.14182) 542 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:02.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:02.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:00.883062+0000 mgr.smithi098.snaxby (mgr.14182) 541 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:02.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:01.565520+0000 mgr.smithi098.snaxby (mgr.14182) 542 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:03.383 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:04.103 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:02.883465+0000 mgr.smithi098.snaxby (mgr.14182) 543 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:02.883465+0000 mgr.smithi098.snaxby (mgr.14182) 543 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:05.926 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:05.926 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:06.309 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:04.884086+0000 mgr.smithi098.snaxby (mgr.14182) 544 : 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-02-23T00:47:06.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:04.884086+0000 mgr.smithi098.snaxby (mgr.14182) 544 : 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-02-23T00:47:06.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:05.921504+0000 mgr.smithi098.snaxby (mgr.14182) 545 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:07.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:05.921504+0000 mgr.smithi098.snaxby (mgr.14182) 545 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:07.663 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:08.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:06.884632+0000 mgr.smithi098.snaxby (mgr.14182) 546 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:08.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:06.884632+0000 mgr.smithi098.snaxby (mgr.14182) 546 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:09.993 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:09.993 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:10.331 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:08.885067+0000 mgr.smithi098.snaxby (mgr.14182) 547 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:08.885067+0000 mgr.smithi098.snaxby (mgr.14182) 547 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:10.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:11.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:09.987962+0000 mgr.smithi098.snaxby (mgr.14182) 548 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:09.987962+0000 mgr.smithi098.snaxby (mgr.14182) 548 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:11.762 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:12.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:10.885654+0000 mgr.smithi098.snaxby (mgr.14182) 549 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:12.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:10.885654+0000 mgr.smithi098.snaxby (mgr.14182) 549 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:14.205 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:14.206 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:39:22.749118Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:14.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:12.886076+0000 mgr.smithi098.snaxby (mgr.14182) 550 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:14.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:12.886076+0000 mgr.smithi098.snaxby (mgr.14182) 550 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:15.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:15.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:14.200432+0000 mgr.smithi098.snaxby (mgr.14182) 551 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:15.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:47:14.508817+0000 mgr.smithi098.snaxby (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:47:14.509007+0000 mgr.smithi098.snaxby (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:14.509274+0000 mon.smithi098 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.awdwbg"}]: dispatch 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:47:14.509971+0000 mgr.smithi098.snaxby (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:47:15.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:47:14.511477+0000 mgr.smithi098.snaxby (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.ojawtp on smithi098 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:14.200432+0000 mgr.smithi098.snaxby (mgr.14182) 551 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:47:14.508817+0000 mgr.smithi098.snaxby (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:47:15.451 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.452 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:47:14.509007+0000 mgr.smithi098.snaxby (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:14.509274+0000 mon.smithi098 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.awdwbg"}]: dispatch 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:47:14.509971+0000 mgr.smithi098.snaxby (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.awdwbg ... 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:45: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-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:46:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:47:15.453 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:47:15.454 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:47:15.454 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:47:14.511477+0000 mgr.smithi098.snaxby (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.ojawtp on smithi098 2024-02-23T00:47:16.034 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:16.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:14.886557+0000 mgr.smithi098.snaxby (mgr.14182) 556 : 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-02-23T00:47:16.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:14.886557+0000 mgr.smithi098.snaxby (mgr.14182) 556 : 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-02-23T00:47:18.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:16.887048+0000 mgr.smithi098.snaxby (mgr.14182) 557 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:18.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:16.887048+0000 mgr.smithi098.snaxby (mgr.14182) 557 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:18.458 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:18.458 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:19.325 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:18.453606+0000 mgr.smithi098.snaxby (mgr.14182) 558 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:19.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:19.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:18.453606+0000 mgr.smithi098.snaxby (mgr.14182) 558 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:20.346 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:20.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:18.887438+0000 mgr.smithi098.snaxby (mgr.14182) 559 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:20.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:18.887438+0000 mgr.smithi098.snaxby (mgr.14182) 559 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:22.314 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:20.887999+0000 mgr.smithi098.snaxby (mgr.14182) 560 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:22.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:20.887999+0000 mgr.smithi098.snaxby (mgr.14182) 560 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:22.764 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:22.764 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:23.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:24.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:22.758905+0000 mgr.smithi098.snaxby (mgr.14182) 561 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:24.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:22.888478+0000 mgr.smithi098.snaxby (mgr.14182) 562 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:24.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:22.758905+0000 mgr.smithi098.snaxby (mgr.14182) 561 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:24.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:22.888478+0000 mgr.smithi098.snaxby (mgr.14182) 562 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:24.593 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:26.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:24.889033+0000 mgr.smithi098.snaxby (mgr.14182) 563 : 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-02-23T00:47:26.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:24.889033+0000 mgr.smithi098.snaxby (mgr.14182) 563 : 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-02-23T00:47:27.044 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:27.044 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:27.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:26.889520+0000 mgr.smithi098.snaxby (mgr.14182) 564 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:27.038705+0000 mgr.smithi098.snaxby (mgr.14182) 565 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:28.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:26.889520+0000 mgr.smithi098.snaxby (mgr.14182) 564 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:28.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:27.038705+0000 mgr.smithi098.snaxby (mgr.14182) 565 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:28.891 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:30.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:28.890065+0000 mgr.smithi098.snaxby (mgr.14182) 566 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:30.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:28.890065+0000 mgr.smithi098.snaxby (mgr.14182) 566 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:31.296 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:31.296 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:32.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:30.890722+0000 mgr.smithi098.snaxby (mgr.14182) 567 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:31.290455+0000 mgr.smithi098.snaxby (mgr.14182) 568 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:32.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:30.890722+0000 mgr.smithi098.snaxby (mgr.14182) 567 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:32.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:31.290455+0000 mgr.smithi098.snaxby (mgr.14182) 568 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:33.132 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:34.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:32.891274+0000 mgr.smithi098.snaxby (mgr.14182) 569 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:34.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:32.891274+0000 mgr.smithi098.snaxby (mgr.14182) 569 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:35.470 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:35.470 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:36.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:34.891881+0000 mgr.smithi098.snaxby (mgr.14182) 570 : 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-02-23T00:47:36.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:35.465484+0000 mgr.smithi098.snaxby (mgr.14182) 571 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:36.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:36.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:34.891881+0000 mgr.smithi098.snaxby (mgr.14182) 570 : 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-02-23T00:47:36.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:35.465484+0000 mgr.smithi098.snaxby (mgr.14182) 571 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:37.422 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:38.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:36.892653+0000 mgr.smithi098.snaxby (mgr.14182) 572 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:38.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:36.892653+0000 mgr.smithi098.snaxby (mgr.14182) 572 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:40.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:38.893098+0000 mgr.smithi098.snaxby (mgr.14182) 573 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:40.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:39.729037+0000 mgr.smithi098.snaxby (mgr.14182) 574 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:40.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:38.893098+0000 mgr.smithi098.snaxby (mgr.14182) 573 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:40.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:39.729037+0000 mgr.smithi098.snaxby (mgr.14182) 574 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:40.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:41.570 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:42.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:40.893770+0000 mgr.smithi098.snaxby (mgr.14182) 575 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:42.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:40.893770+0000 mgr.smithi098.snaxby (mgr.14182) 575 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:43.977 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:43.977 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:44.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:42.894321+0000 mgr.smithi098.snaxby (mgr.14182) 576 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:44.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:42.894321+0000 mgr.smithi098.snaxby (mgr.14182) 576 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:44.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:45.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:43.972365+0000 mgr.smithi098.snaxby (mgr.14182) 577 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:45.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:43.972365+0000 mgr.smithi098.snaxby (mgr.14182) 577 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:45.824 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:46.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:44.894784+0000 mgr.smithi098.snaxby (mgr.14182) 578 : 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-02-23T00:47:46.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:44.894784+0000 mgr.smithi098.snaxby (mgr.14182) 578 : 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-02-23T00:47:48.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:46.895296+0000 mgr.smithi098.snaxby (mgr.14182) 579 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:48.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:48.340 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:48.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:46.895296+0000 mgr.smithi098.snaxby (mgr.14182) 579 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:49.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:48.334760+0000 mgr.smithi098.snaxby (mgr.14182) 580 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:49.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:48.334760+0000 mgr.smithi098.snaxby (mgr.14182) 580 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:50.150 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:48.895714+0000 mgr.smithi098.snaxby (mgr.14182) 581 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:50.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:48.895714+0000 mgr.smithi098.snaxby (mgr.14182) 581 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:52.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:50.896188+0000 mgr.smithi098.snaxby (mgr.14182) 582 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:52.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:50.896188+0000 mgr.smithi098.snaxby (mgr.14182) 582 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:52.673 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:52.673 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:53.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:52.668194+0000 mgr.smithi098.snaxby (mgr.14182) 583 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:53.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:53.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:52.668194+0000 mgr.smithi098.snaxby (mgr.14182) 583 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:54.399 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:47:54.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:52.896610+0000 mgr.smithi098.snaxby (mgr.14182) 584 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:54.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:52.896610+0000 mgr.smithi098.snaxby (mgr.14182) 584 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:47:56.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:54.897035+0000 mgr.smithi098.snaxby (mgr.14182) 585 : 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-02-23T00:47:56.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:54.897035+0000 mgr.smithi098.snaxby (mgr.14182) 585 : 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-02-23T00:47:56.826 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:47:56.826 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:47:57.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:47:58.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:47:56.820722+0000 mgr.smithi098.snaxby (mgr.14182) 586 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:58.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:47:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:56.897522+0000 mgr.smithi098.snaxby (mgr.14182) 587 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:47:56.820722+0000 mgr.smithi098.snaxby (mgr.14182) 586 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:47:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:47:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:56.897522+0000 mgr.smithi098.snaxby (mgr.14182) 587 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:47:58.706 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:00.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:47:58.897913+0000 mgr.smithi098.snaxby (mgr.14182) 588 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:00.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:47:58.897913+0000 mgr.smithi098.snaxby (mgr.14182) 588 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:01.281 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:01.281 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:02.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:02.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:00.898631+0000 mgr.smithi098.snaxby (mgr.14182) 589 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:02.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:01.276201+0000 mgr.smithi098.snaxby (mgr.14182) 590 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:02.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:00.898631+0000 mgr.smithi098.snaxby (mgr.14182) 589 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:02.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:01.276201+0000 mgr.smithi098.snaxby (mgr.14182) 590 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:03.140 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:04.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:02.899372+0000 mgr.smithi098.snaxby (mgr.14182) 591 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:04.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:02.899372+0000 mgr.smithi098.snaxby (mgr.14182) 591 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:05.528 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:05.528 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:06.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:04.899822+0000 mgr.smithi098.snaxby (mgr.14182) 592 : 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-02-23T00:48:06.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:05.522574+0000 mgr.smithi098.snaxby (mgr.14182) 593 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:06.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:04.899822+0000 mgr.smithi098.snaxby (mgr.14182) 592 : 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-02-23T00:48:06.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:05.522574+0000 mgr.smithi098.snaxby (mgr.14182) 593 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:06.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:07.457 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:08.207 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:06.900403+0000 mgr.smithi098.snaxby (mgr.14182) 594 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:08.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:06.900403+0000 mgr.smithi098.snaxby (mgr.14182) 594 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:10.020 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:10.020 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:10.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:08.900865+0000 mgr.smithi098.snaxby (mgr.14182) 595 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:10.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:08.900865+0000 mgr.smithi098.snaxby (mgr.14182) 595 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:10.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:11.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:10.015032+0000 mgr.smithi098.snaxby (mgr.14182) 596 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:10.015032+0000 mgr.smithi098.snaxby (mgr.14182) 596 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:11.777 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:12.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:10.901399+0000 mgr.smithi098.snaxby (mgr.14182) 597 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:12.577 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:10.901399+0000 mgr.smithi098.snaxby (mgr.14182) 597 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:14.376 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:14.377 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:14.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:12.901808+0000 mgr.smithi098.snaxby (mgr.14182) 598 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:14.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:12.901808+0000 mgr.smithi098.snaxby (mgr.14182) 598 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:15.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:15.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:14.371207+0000 mgr.smithi098.snaxby (mgr.14182) 599 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:15.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:14.371207+0000 mgr.smithi098.snaxby (mgr.14182) 599 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:16.153 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:16.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:14.902477+0000 mgr.smithi098.snaxby (mgr.14182) 600 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:14.902477+0000 mgr.smithi098.snaxby (mgr.14182) 600 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:18.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:16.903003+0000 mgr.smithi098.snaxby (mgr.14182) 601 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:18.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:16.903003+0000 mgr.smithi098.snaxby (mgr.14182) 601 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:18.685 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:18.685 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:19.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:18.680035+0000 mgr.smithi098.snaxby (mgr.14182) 602 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:19.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:18.680035+0000 mgr.smithi098.snaxby (mgr.14182) 602 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:19.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:20.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:18.903549+0000 mgr.smithi098.snaxby (mgr.14182) 603 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:20.581 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:20.613 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:18.903549+0000 mgr.smithi098.snaxby (mgr.14182) 603 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:22.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:20.904016+0000 mgr.smithi098.snaxby (mgr.14182) 604 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:22.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:20.904016+0000 mgr.smithi098.snaxby (mgr.14182) 604 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:22.983 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:22.983 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:23.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:24.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:22.904420+0000 mgr.smithi098.snaxby (mgr.14182) 605 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:24.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:22.978149+0000 mgr.smithi098.snaxby (mgr.14182) 606 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:24.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:22.904420+0000 mgr.smithi098.snaxby (mgr.14182) 605 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:24.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:22.978149+0000 mgr.smithi098.snaxby (mgr.14182) 606 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:24.812 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:26.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:24.904873+0000 mgr.smithi098.snaxby (mgr.14182) 607 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:26.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:24.904873+0000 mgr.smithi098.snaxby (mgr.14182) 607 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:27.302 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:27.302 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:28.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:26.905459+0000 mgr.smithi098.snaxby (mgr.14182) 608 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:27.296595+0000 mgr.smithi098.snaxby (mgr.14182) 609 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:28.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:26.905459+0000 mgr.smithi098.snaxby (mgr.14182) 608 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:28.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:27.296595+0000 mgr.smithi098.snaxby (mgr.14182) 609 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:29.103 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:30.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:28.906001+0000 mgr.smithi098.snaxby (mgr.14182) 610 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:30.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:28.906001+0000 mgr.smithi098.snaxby (mgr.14182) 610 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:31.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:31.556 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:30.906473+0000 mgr.smithi098.snaxby (mgr.14182) 611 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:31.550424+0000 mgr.smithi098.snaxby (mgr.14182) 612 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:32.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:30.906473+0000 mgr.smithi098.snaxby (mgr.14182) 611 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:32.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:31.550424+0000 mgr.smithi098.snaxby (mgr.14182) 612 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:33.531 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:34.330 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:32.907079+0000 mgr.smithi098.snaxby (mgr.14182) 613 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:34.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:32.907079+0000 mgr.smithi098.snaxby (mgr.14182) 613 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:36.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:36.053 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:36.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:34.907707+0000 mgr.smithi098.snaxby (mgr.14182) 614 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:36.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:34.907707+0000 mgr.smithi098.snaxby (mgr.14182) 614 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:36.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:36.047035+0000 mgr.smithi098.snaxby (mgr.14182) 615 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:36.047035+0000 mgr.smithi098.snaxby (mgr.14182) 615 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:37.909 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:38.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:36.908215+0000 mgr.smithi098.snaxby (mgr.14182) 616 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:38.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:36.908215+0000 mgr.smithi098.snaxby (mgr.14182) 616 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:40.228 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:40.228 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:40.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:38.908618+0000 mgr.smithi098.snaxby (mgr.14182) 617 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:40.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:38.908618+0000 mgr.smithi098.snaxby (mgr.14182) 617 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:40.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:41.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:40.222473+0000 mgr.smithi098.snaxby (mgr.14182) 618 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:40.222473+0000 mgr.smithi098.snaxby (mgr.14182) 618 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:41.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:42.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:40.909220+0000 mgr.smithi098.snaxby (mgr.14182) 619 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:40.909220+0000 mgr.smithi098.snaxby (mgr.14182) 619 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:44.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:42.909639+0000 mgr.smithi098.snaxby (mgr.14182) 620 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:44.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:44.648 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:44.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:42.909639+0000 mgr.smithi098.snaxby (mgr.14182) 620 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:45.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:44.642837+0000 mgr.smithi098.snaxby (mgr.14182) 621 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:45.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:44.642837+0000 mgr.smithi098.snaxby (mgr.14182) 621 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:46.532 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:46.563 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:44.910172+0000 mgr.smithi098.snaxby (mgr.14182) 622 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:46.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:44.910172+0000 mgr.smithi098.snaxby (mgr.14182) 622 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:48.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:46.910810+0000 mgr.smithi098.snaxby (mgr.14182) 623 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:48.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:46.910810+0000 mgr.smithi098.snaxby (mgr.14182) 623 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:49.059 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:50.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:48.911206+0000 mgr.smithi098.snaxby (mgr.14182) 624 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:50.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:49.053430+0000 mgr.smithi098.snaxby (mgr.14182) 625 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:50.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:48.911206+0000 mgr.smithi098.snaxby (mgr.14182) 624 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:50.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:49.053430+0000 mgr.smithi098.snaxby (mgr.14182) 625 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:51.056 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:52.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:50.911876+0000 mgr.smithi098.snaxby (mgr.14182) 626 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:52.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:50.911876+0000 mgr.smithi098.snaxby (mgr.14182) 626 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:53.579 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:53.580 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:54.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:54.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:52.912295+0000 mgr.smithi098.snaxby (mgr.14182) 627 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:54.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:53.572133+0000 mgr.smithi098.snaxby (mgr.14182) 628 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:52.912295+0000 mgr.smithi098.snaxby (mgr.14182) 627 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:48:54.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:53.572133+0000 mgr.smithi098.snaxby (mgr.14182) 628 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:55.385 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:48:56.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:54.912842+0000 mgr.smithi098.snaxby (mgr.14182) 629 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:56.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:54.912842+0000 mgr.smithi098.snaxby (mgr.14182) 629 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:57.926 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:48:57.926 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:48:58.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:56.913377+0000 mgr.smithi098.snaxby (mgr.14182) 630 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:58.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:56.913377+0000 mgr.smithi098.snaxby (mgr.14182) 630 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:48:58.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:48:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:48:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:48:57.920295+0000 mgr.smithi098.snaxby (mgr.14182) 631 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:48:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:48:57.920295+0000 mgr.smithi098.snaxby (mgr.14182) 631 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:48:59.801 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:00.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:48:58.913826+0000 mgr.smithi098.snaxby (mgr.14182) 632 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:48:58.913826+0000 mgr.smithi098.snaxby (mgr.14182) 632 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:02.120 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:02.120 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:02.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:00.914293+0000 mgr.smithi098.snaxby (mgr.14182) 633 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:02.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:00.914293+0000 mgr.smithi098.snaxby (mgr.14182) 633 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:03.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:02.114472+0000 mgr.smithi098.snaxby (mgr.14182) 634 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:02.114472+0000 mgr.smithi098.snaxby (mgr.14182) 634 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:04.026 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:04.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:02.914681+0000 mgr.smithi098.snaxby (mgr.14182) 635 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:04.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:02.914681+0000 mgr.smithi098.snaxby (mgr.14182) 635 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:06.508 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:06.508 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:06.532 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:04.915316+0000 mgr.smithi098.snaxby (mgr.14182) 636 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:06.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:04.915316+0000 mgr.smithi098.snaxby (mgr.14182) 636 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:07.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:06.502133+0000 mgr.smithi098.snaxby (mgr.14182) 637 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:07.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:06.502133+0000 mgr.smithi098.snaxby (mgr.14182) 637 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:08.351 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:08.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:06.915901+0000 mgr.smithi098.snaxby (mgr.14182) 638 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:08.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:06.915901+0000 mgr.smithi098.snaxby (mgr.14182) 638 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:10.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:08.916283+0000 mgr.smithi098.snaxby (mgr.14182) 639 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:10.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:08.916283+0000 mgr.smithi098.snaxby (mgr.14182) 639 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:10.889 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:10.889 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:11.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:12.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:10.884031+0000 mgr.smithi098.snaxby (mgr.14182) 640 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:12.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:10.916773+0000 mgr.smithi098.snaxby (mgr.14182) 641 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:12.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:10.884031+0000 mgr.smithi098.snaxby (mgr.14182) 640 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:12.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:10.916773+0000 mgr.smithi098.snaxby (mgr.14182) 641 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:12.757 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:14.586 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:12.917229+0000 mgr.smithi098.snaxby (mgr.14182) 642 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:14.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:12.917229+0000 mgr.smithi098.snaxby (mgr.14182) 642 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:15.377 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:15.377 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:16.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:14.917666+0000 mgr.smithi098.snaxby (mgr.14182) 643 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:16.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:15.372056+0000 mgr.smithi098.snaxby (mgr.14182) 644 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:16.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:14.917666+0000 mgr.smithi098.snaxby (mgr.14182) 643 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:16.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:15.372056+0000 mgr.smithi098.snaxby (mgr.14182) 644 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:17.205 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:18.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:16.918334+0000 mgr.smithi098.snaxby (mgr.14182) 645 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:16.918334+0000 mgr.smithi098.snaxby (mgr.14182) 645 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:19.750 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:19.751 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:20.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:18.918847+0000 mgr.smithi098.snaxby (mgr.14182) 646 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:20.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:19.744830+0000 mgr.smithi098.snaxby (mgr.14182) 647 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:20.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:18.918847+0000 mgr.smithi098.snaxby (mgr.14182) 646 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:20.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:19.744830+0000 mgr.smithi098.snaxby (mgr.14182) 647 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:20.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:21.741 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:22.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:20.919413+0000 mgr.smithi098.snaxby (mgr.14182) 648 : 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-02-23T00:49:22.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:20.919413+0000 mgr.smithi098.snaxby (mgr.14182) 648 : 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-02-23T00:49:24.188 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:24.189 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:24.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:22.920015+0000 mgr.smithi098.snaxby (mgr.14182) 649 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:24.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:22.920015+0000 mgr.smithi098.snaxby (mgr.14182) 649 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:24.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:24.183432+0000 mgr.smithi098.snaxby (mgr.14182) 650 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:24.183432+0000 mgr.smithi098.snaxby (mgr.14182) 650 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:25.998 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:26.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:24.920592+0000 mgr.smithi098.snaxby (mgr.14182) 651 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:26.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:24.920592+0000 mgr.smithi098.snaxby (mgr.14182) 651 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:26.921159+0000 mgr.smithi098.snaxby (mgr.14182) 652 : 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-02-23T00:49:28.499 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:28.499 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:28.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:26.921159+0000 mgr.smithi098.snaxby (mgr.14182) 652 : 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-02-23T00:49:29.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:28.493985+0000 mgr.smithi098.snaxby (mgr.14182) 653 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:28.493985+0000 mgr.smithi098.snaxby (mgr.14182) 653 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:30.499 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:30.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:28.921538+0000 mgr.smithi098.snaxby (mgr.14182) 654 : 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-02-23T00:49:30.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:28.921538+0000 mgr.smithi098.snaxby (mgr.14182) 654 : 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-02-23T00:49:32.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:30.922056+0000 mgr.smithi098.snaxby (mgr.14182) 655 : 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-02-23T00:49:32.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:30.922056+0000 mgr.smithi098.snaxby (mgr.14182) 655 : 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-02-23T00:49:32.976 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:32.976 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:33.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:34.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:32.922449+0000 mgr.smithi098.snaxby (mgr.14182) 656 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:34.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:32.970389+0000 mgr.smithi098.snaxby (mgr.14182) 657 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:34.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:32.922449+0000 mgr.smithi098.snaxby (mgr.14182) 656 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:34.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:32.970389+0000 mgr.smithi098.snaxby (mgr.14182) 657 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:34.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:36.597 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:34.923033+0000 mgr.smithi098.snaxby (mgr.14182) 658 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:36.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:34.923033+0000 mgr.smithi098.snaxby (mgr.14182) 658 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:37.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:37.395 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:38.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:38.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:36.923567+0000 mgr.smithi098.snaxby (mgr.14182) 659 : 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-02-23T00:49:38.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:37.389779+0000 mgr.smithi098.snaxby (mgr.14182) 660 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:38.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:36.923567+0000 mgr.smithi098.snaxby (mgr.14182) 659 : 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-02-23T00:49:38.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:37.389779+0000 mgr.smithi098.snaxby (mgr.14182) 660 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:39.311 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:40.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:38.924077+0000 mgr.smithi098.snaxby (mgr.14182) 661 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:40.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:38.924077+0000 mgr.smithi098.snaxby (mgr.14182) 661 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:41.774 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:41.774 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:42:05.652508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ougwuk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-ougwuk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.ougwuk\nDeploy daemon haproxy.nfs.foo.smithi122.ougwuk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:40:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:40:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.336397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.jljyqa on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-jljyqa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.jljyqa\nDeploy daemon haproxy.nfs.foo.smithi098.jljyqa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:42:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:20Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:43:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:44:35.341157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.brtpjm on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:42.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:40.924758+0000 mgr.smithi098.snaxby (mgr.14182) 662 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:42.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:41.768246+0000 mgr.smithi098.snaxby (mgr.14182) 663 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:42.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:40.924758+0000 mgr.smithi098.snaxby (mgr.14182) 662 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:49:42.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:41.768246+0000 mgr.smithi098.snaxby (mgr.14182) 663 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:43.682 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:44.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:42.925436+0000 mgr.smithi098.snaxby (mgr.14182) 664 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:44.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:42.925436+0000 mgr.smithi098.snaxby (mgr.14182) 664 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:44.764382+0000 mgr.smithi098.snaxby (mgr.14182) 665 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.593 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:44.764561+0000 mgr.smithi098.snaxby (mgr.14182) 666 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:44.764863+0000 mon.smithi098 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.ojawtp"}]: dispatch 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:44.765368+0000 mgr.smithi098.snaxby (mgr.14182) 667 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:44.766538+0000 mgr.smithi098.snaxby (mgr.14182) 668 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:49:45.595 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:44.767540+0000 mgr.smithi098.snaxby (mgr.14182) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:49:45.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:44.768224+0000 mgr.smithi098.snaxby (mgr.14182) 670 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:45.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:44.769525+0000 mon.smithi098 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:49:45.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:45.008832+0000 mon.smithi098 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:44.764382+0000 mgr.smithi098.snaxby (mgr.14182) 665 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:44.764561+0000 mgr.smithi098.snaxby (mgr.14182) 666 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:44.764863+0000 mon.smithi098 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.ojawtp"}]: dispatch 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:44.765368+0000 mgr.smithi098.snaxby (mgr.14182) 667 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.ojawtp ... 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:47:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:48:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:49: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-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:44.766538+0000 mgr.smithi098.snaxby (mgr.14182) 668 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:44.767540+0000 mgr.smithi098.snaxby (mgr.14182) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:44.768224+0000 mgr.smithi098.snaxby (mgr.14182) 670 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:44.769525+0000 mon.smithi098 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:49:45.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:45.008832+0000 mon.smithi098 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:46.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:46.395 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:38.546959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:38.547619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:38.547104Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:38.547179Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:38.547260Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:38.547381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:44:38.547321Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:46.641 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:45.348385+0000 mon.smithi098 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:49:46.641 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:45.377990+0000 mon.smithi098 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:45.348385+0000 mon.smithi098 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:49:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:45.377990+0000 mon.smithi098 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:46.389703+0000 mgr.smithi098.snaxby (mgr.14182) 671 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:46.768999+0000 mgr.smithi098.snaxby (mgr.14182) 672 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:46.389703+0000 mgr.smithi098.snaxby (mgr.14182) 671 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:46.768999+0000 mgr.smithi098.snaxby (mgr.14182) 672 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:47.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:48.958 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.116183+0000 mon.smithi098 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.383533+0000 mon.smithi098 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.384246+0000 mon.smithi098 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.384766+0000 mon.smithi098 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.385272+0000 mon.smithi098 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:48.385666+0000 mgr.smithi098.snaxby (mgr.14182) 673 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 2712M 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:48.389812+0000 mon.smithi098 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:49.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:48.769491+0000 mgr.smithi098.snaxby (mgr.14182) 674 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.116183+0000 mon.smithi098 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.383533+0000 mon.smithi098 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.384246+0000 mon.smithi098 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.384766+0000 mon.smithi098 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.385272+0000 mon.smithi098 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:48.385666+0000 mgr.smithi098.snaxby (mgr.14182) 673 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 2712M 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:48.389812+0000 mon.smithi098 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:48.769491+0000 mgr.smithi098.snaxby (mgr.14182) 674 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:51.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:50.770261+0000 mgr.smithi098.snaxby (mgr.14182) 675 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:51.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:50.770261+0000 mgr.smithi098.snaxby (mgr.14182) 675 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T00:49:51.834 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:51.834 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:44:44.453916Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:44:44.454008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:44:44.454074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:44:44.454452Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:44:44.453844Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:44:44.453666Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:44:44.454511Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:44:44.454136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:44:44.454214Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:52.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:53.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:51.829099+0000 mgr.smithi098.snaxby (mgr.14182) 676 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:53.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:52.770956+0000 mgr.smithi098.snaxby (mgr.14182) 677 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T00:49:53.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:51.829099+0000 mgr.smithi098.snaxby (mgr.14182) 676 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:53.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:52.770956+0000 mgr.smithi098.snaxby (mgr.14182) 677 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T00:49:53.918 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:55.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:53.917885+0000 mon.smithi098 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.228085+0000 mon.smithi098 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.228724+0000 mon.smithi098 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.229238+0000 mon.smithi098 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.229726+0000 mon.smithi098 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:54.230114+0000 mgr.smithi098.snaxby (mgr.14182) 678 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2200M 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.233925+0000 mon.smithi098 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.234690+0000 mon.smithi098 (mon.0) 710 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.235244+0000 mon.smithi098 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.239130+0000 mon.smithi098 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:54.239578+0000 mgr.smithi098.snaxby (mgr.14182) 679 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.242618+0000 mon.smithi098 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:54.248914+0000 mon.smithi098 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:49:54.250776+0000 mgr.smithi098.snaxby (mgr.14182) 680 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cfhctk on smithi122 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:53.917885+0000 mon.smithi098 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.228085+0000 mon.smithi098 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.228724+0000 mon.smithi098 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.229238+0000 mon.smithi098 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.229726+0000 mon.smithi098 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:54.230114+0000 mgr.smithi098.snaxby (mgr.14182) 678 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2200M 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.233925+0000 mon.smithi098 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.234690+0000 mon.smithi098 (mon.0) 710 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.235244+0000 mon.smithi098 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.239130+0000 mon.smithi098 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:54.239578+0000 mgr.smithi098.snaxby (mgr.14182) 679 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-23T00:49:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.242618+0000 mon.smithi098 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:49:55.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:54.248914+0000 mon.smithi098 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:49:55.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:49:54.250776+0000 mgr.smithi098.snaxby (mgr.14182) 680 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cfhctk on smithi122 2024-02-23T00:49:56.032 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:55.237854+0000 mon.smithi098 (mon.0) 715 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:49:56.032 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:55.237908+0000 mon.smithi098 (mon.0) 716 : cluster [INF] Cluster is now healthy 2024-02-23T00:49:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:55.237854+0000 mon.smithi098 (mon.0) 715 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:49:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:55.237908+0000 mon.smithi098 (mon.0) 716 : cluster [INF] Cluster is now healthy 2024-02-23T00:49:56.545 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:49:56.545 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:49:57.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:56.240047+0000 mgr.smithi098.snaxby (mgr.14182) 681 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:49:57.199 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:49:56.539770+0000 mgr.smithi098.snaxby (mgr.14182) 682 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:56.240047+0000 mgr.smithi098.snaxby (mgr.14182) 681 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:49:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:49:56.539770+0000 mgr.smithi098.snaxby (mgr.14182) 682 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:49:57.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:49:58.447 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:49:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:49:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:49:58.240559+0000 mgr.smithi098.snaxby (mgr.14182) 683 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:49:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:49:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:49:58.240559+0000 mgr.smithi098.snaxby (mgr.14182) 683 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:50:00.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:00.000109+0000 mon.smithi098 (mon.0) 717 : cluster [INF] overall HEALTH_OK 2024-02-23T00:50:00.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:00.000109+0000 mon.smithi098 (mon.0) 717 : cluster [INF] overall HEALTH_OK 2024-02-23T00:50:00.868 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:00.869 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:00.241061+0000 mgr.smithi098.snaxby (mgr.14182) 684 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:50:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:00.241061+0000 mgr.smithi098.snaxby (mgr.14182) 684 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:50:01.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:02.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:00.863158+0000 mgr.smithi098.snaxby (mgr.14182) 685 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:02.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:00.863158+0000 mgr.smithi098.snaxby (mgr.14182) 685 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:02.756 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:02.241759+0000 mgr.smithi098.snaxby (mgr.14182) 686 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-23T00:50:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:02.241759+0000 mgr.smithi098.snaxby (mgr.14182) 686 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-23T00:50:05.238 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:05.238 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:05.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:04.242192+0000 mgr.smithi098.snaxby (mgr.14182) 687 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:50:05.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:04.242192+0000 mgr.smithi098.snaxby (mgr.14182) 687 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-23T00:50:06.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:06.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:05.233029+0000 mgr.smithi098.snaxby (mgr.14182) 688 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:05.233029+0000 mgr.smithi098.snaxby (mgr.14182) 688 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:07.090 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:06.242638+0000 mgr.smithi098.snaxby (mgr.14182) 689 : 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-02-23T00:50:07.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:06.242638+0000 mgr.smithi098.snaxby (mgr.14182) 689 : 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-02-23T00:50:09.581 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:09.581 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:09.611 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:08.243203+0000 mgr.smithi098.snaxby (mgr.14182) 690 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:08.243203+0000 mgr.smithi098.snaxby (mgr.14182) 690 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:10.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:10.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:09.574997+0000 mgr.smithi098.snaxby (mgr.14182) 691 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:10.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:09.574997+0000 mgr.smithi098.snaxby (mgr.14182) 691 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:11.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:11.587 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:10.243733+0000 mgr.smithi098.snaxby (mgr.14182) 692 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:10.243733+0000 mgr.smithi098.snaxby (mgr.14182) 692 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:13.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:12.244290+0000 mgr.smithi098.snaxby (mgr.14182) 693 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:12.244290+0000 mgr.smithi098.snaxby (mgr.14182) 693 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:13.952 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:13.953 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:15.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:13.947337+0000 mgr.smithi098.snaxby (mgr.14182) 694 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:14.244700+0000 mgr.smithi098.snaxby (mgr.14182) 695 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:15.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:13.947337+0000 mgr.smithi098.snaxby (mgr.14182) 694 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:14.244700+0000 mgr.smithi098.snaxby (mgr.14182) 695 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:16.071 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:16.245196+0000 mgr.smithi098.snaxby (mgr.14182) 696 : 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-02-23T00:50:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:16.245196+0000 mgr.smithi098.snaxby (mgr.14182) 696 : 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-02-23T00:50:18.523 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:18.524 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:19.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:18.245624+0000 mgr.smithi098.snaxby (mgr.14182) 697 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:18.518301+0000 mgr.smithi098.snaxby (mgr.14182) 698 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:18.245624+0000 mgr.smithi098.snaxby (mgr.14182) 697 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:18.518301+0000 mgr.smithi098.snaxby (mgr.14182) 698 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:20.337 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:21.635 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:20.246246+0000 mgr.smithi098.snaxby (mgr.14182) 699 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:20.246246+0000 mgr.smithi098.snaxby (mgr.14182) 699 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:22.882 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:22.882 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:22.246898+0000 mgr.smithi098.snaxby (mgr.14182) 700 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:23.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:22.246898+0000 mgr.smithi098.snaxby (mgr.14182) 700 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:23.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:24.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:22.877362+0000 mgr.smithi098.snaxby (mgr.14182) 701 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:24.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:22.877362+0000 mgr.smithi098.snaxby (mgr.14182) 701 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:24.762 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:25.649 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:24.247427+0000 mgr.smithi098.snaxby (mgr.14182) 702 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:24.247427+0000 mgr.smithi098.snaxby (mgr.14182) 702 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:27.402 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:27.403 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:27.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:26.247903+0000 mgr.smithi098.snaxby (mgr.14182) 703 : 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-02-23T00:50:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:26.247903+0000 mgr.smithi098.snaxby (mgr.14182) 703 : 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-02-23T00:50:28.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:28.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:27.397183+0000 mgr.smithi098.snaxby (mgr.14182) 704 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:28.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:27.397183+0000 mgr.smithi098.snaxby (mgr.14182) 704 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:29.277 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:28.248437+0000 mgr.smithi098.snaxby (mgr.14182) 705 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:28.248437+0000 mgr.smithi098.snaxby (mgr.14182) 705 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:31.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:30.248860+0000 mgr.smithi098.snaxby (mgr.14182) 706 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:30.248860+0000 mgr.smithi098.snaxby (mgr.14182) 706 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:31.745 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:31.745 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:32.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:32.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:31.739884+0000 mgr.smithi098.snaxby (mgr.14182) 707 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:32.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:31.739884+0000 mgr.smithi098.snaxby (mgr.14182) 707 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:33.460 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:33.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:32.249471+0000 mgr.smithi098.snaxby (mgr.14182) 708 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:33.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:32.249471+0000 mgr.smithi098.snaxby (mgr.14182) 708 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:34.249882+0000 mgr.smithi098.snaxby (mgr.14182) 709 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:35.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:34.249882+0000 mgr.smithi098.snaxby (mgr.14182) 709 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:35.964 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:35.964 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:36.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:37.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:35.959282+0000 mgr.smithi098.snaxby (mgr.14182) 710 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:36.250368+0000 mgr.smithi098.snaxby (mgr.14182) 711 : 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-02-23T00:50:37.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:35.959282+0000 mgr.smithi098.snaxby (mgr.14182) 710 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:36.250368+0000 mgr.smithi098.snaxby (mgr.14182) 711 : 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-02-23T00:50:37.825 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:38.250806+0000 mgr.smithi098.snaxby (mgr.14182) 712 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:38.250806+0000 mgr.smithi098.snaxby (mgr.14182) 712 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:40.278 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:40.279 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:41.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:40.251252+0000 mgr.smithi098.snaxby (mgr.14182) 713 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:40.273649+0000 mgr.smithi098.snaxby (mgr.14182) 714 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:40.251252+0000 mgr.smithi098.snaxby (mgr.14182) 713 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:40.273649+0000 mgr.smithi098.snaxby (mgr.14182) 714 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:42.163 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:43.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:42.251757+0000 mgr.smithi098.snaxby (mgr.14182) 715 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:43.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:42.251757+0000 mgr.smithi098.snaxby (mgr.14182) 715 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:44.659 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:44.659 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:45.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:44.252295+0000 mgr.smithi098.snaxby (mgr.14182) 716 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:44.653545+0000 mgr.smithi098.snaxby (mgr.14182) 717 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:44.252295+0000 mgr.smithi098.snaxby (mgr.14182) 716 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:44.653545+0000 mgr.smithi098.snaxby (mgr.14182) 717 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:46.473 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:46.252942+0000 mgr.smithi098.snaxby (mgr.14182) 718 : 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-02-23T00:50:47.748 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:46.252942+0000 mgr.smithi098.snaxby (mgr.14182) 718 : 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-02-23T00:50:48.899 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:48.899 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:48.253368+0000 mgr.smithi098.snaxby (mgr.14182) 719 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:48.253368+0000 mgr.smithi098.snaxby (mgr.14182) 719 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:49.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:50.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:48.893721+0000 mgr.smithi098.snaxby (mgr.14182) 720 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:50.818 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:50.851 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:48.893721+0000 mgr.smithi098.snaxby (mgr.14182) 720 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:51.533 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:50.254053+0000 mgr.smithi098.snaxby (mgr.14182) 721 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:50.254053+0000 mgr.smithi098.snaxby (mgr.14182) 721 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:53.127 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:53.127 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:52.254721+0000 mgr.smithi098.snaxby (mgr.14182) 722 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:53.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:52.254721+0000 mgr.smithi098.snaxby (mgr.14182) 722 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:50:53.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:54.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:53.121792+0000 mgr.smithi098.snaxby (mgr.14182) 723 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:54.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:53.121792+0000 mgr.smithi098.snaxby (mgr.14182) 723 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:54.907 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:54.255205+0000 mgr.smithi098.snaxby (mgr.14182) 724 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:54.255205+0000 mgr.smithi098.snaxby (mgr.14182) 724 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:57.567 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:50:57.567 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:50:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:56.255740+0000 mgr.smithi098.snaxby (mgr.14182) 725 : 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-02-23T00:50:57.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:56.255740+0000 mgr.smithi098.snaxby (mgr.14182) 725 : 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-02-23T00:50:58.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:50:58.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:50:57.561532+0000 mgr.smithi098.snaxby (mgr.14182) 726 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:58.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:50:57.561532+0000 mgr.smithi098.snaxby (mgr.14182) 726 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:50:59.459 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:50:59.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:50:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:50:58.256175+0000 mgr.smithi098.snaxby (mgr.14182) 727 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:50:59.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:50:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:50:58.256175+0000 mgr.smithi098.snaxby (mgr.14182) 727 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:01.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:00.256571+0000 mgr.smithi098.snaxby (mgr.14182) 728 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:00.256571+0000 mgr.smithi098.snaxby (mgr.14182) 728 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:02.084 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:02.084 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:02.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:02.079123+0000 mgr.smithi098.snaxby (mgr.14182) 729 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:02.257218+0000 mgr.smithi098.snaxby (mgr.14182) 730 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:03.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:02.079123+0000 mgr.smithi098.snaxby (mgr.14182) 729 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:03.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:02.257218+0000 mgr.smithi098.snaxby (mgr.14182) 730 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:03.936 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:05.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:04.257853+0000 mgr.smithi098.snaxby (mgr.14182) 731 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:04.257853+0000 mgr.smithi098.snaxby (mgr.14182) 731 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:06.461 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:06.461 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:07.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:06.258315+0000 mgr.smithi098.snaxby (mgr.14182) 732 : 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-02-23T00:51:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:06.456132+0000 mgr.smithi098.snaxby (mgr.14182) 733 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:06.258315+0000 mgr.smithi098.snaxby (mgr.14182) 732 : 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-02-23T00:51:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:06.456132+0000 mgr.smithi098.snaxby (mgr.14182) 733 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:08.287 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:09.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:08.258711+0000 mgr.smithi098.snaxby (mgr.14182) 734 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:08.258711+0000 mgr.smithi098.snaxby (mgr.14182) 734 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:10.794 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:10.794 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:11.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:11.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:10.259156+0000 mgr.smithi098.snaxby (mgr.14182) 735 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:11.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:10.788893+0000 mgr.smithi098.snaxby (mgr.14182) 736 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:10.259156+0000 mgr.smithi098.snaxby (mgr.14182) 735 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:10.788893+0000 mgr.smithi098.snaxby (mgr.14182) 736 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:12.701 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:13.761 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:12.259720+0000 mgr.smithi098.snaxby (mgr.14182) 737 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:13.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:12.259720+0000 mgr.smithi098.snaxby (mgr.14182) 737 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:15.054 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:15.054 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:14.260147+0000 mgr.smithi098.snaxby (mgr.14182) 738 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:14.260147+0000 mgr.smithi098.snaxby (mgr.14182) 738 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:16.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:16.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:15.049244+0000 mgr.smithi098.snaxby (mgr.14182) 739 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:16.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:15.049244+0000 mgr.smithi098.snaxby (mgr.14182) 739 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:17.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:17.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:16.260765+0000 mgr.smithi098.snaxby (mgr.14182) 740 : 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-02-23T00:51:17.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:16.260765+0000 mgr.smithi098.snaxby (mgr.14182) 740 : 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-02-23T00:51:19.591 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:19.591 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:19.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:18.261263+0000 mgr.smithi098.snaxby (mgr.14182) 741 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:19.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:18.261263+0000 mgr.smithi098.snaxby (mgr.14182) 741 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:20.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:20.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:19.585247+0000 mgr.smithi098.snaxby (mgr.14182) 742 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:20.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:19.585247+0000 mgr.smithi098.snaxby (mgr.14182) 742 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:21.310 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:21.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:20.261713+0000 mgr.smithi098.snaxby (mgr.14182) 743 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:21.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:20.261713+0000 mgr.smithi098.snaxby (mgr.14182) 743 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:22.262413+0000 mgr.smithi098.snaxby (mgr.14182) 744 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:23.875 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:23.875 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:23.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:22.262413+0000 mgr.smithi098.snaxby (mgr.14182) 744 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:24.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:25.751 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:25.783 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:23.870089+0000 mgr.smithi098.snaxby (mgr.14182) 745 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:25.783 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:24.262993+0000 mgr.smithi098.snaxby (mgr.14182) 746 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:23.870089+0000 mgr.smithi098.snaxby (mgr.14182) 745 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:24.262993+0000 mgr.smithi098.snaxby (mgr.14182) 746 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:27.759 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:26.263452+0000 mgr.smithi098.snaxby (mgr.14182) 747 : 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-02-23T00:51:27.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:26.263452+0000 mgr.smithi098.snaxby (mgr.14182) 747 : 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-02-23T00:51:28.184 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:28.184 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:28.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:28.178681+0000 mgr.smithi098.snaxby (mgr.14182) 748 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:28.263872+0000 mgr.smithi098.snaxby (mgr.14182) 749 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:29.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:28.178681+0000 mgr.smithi098.snaxby (mgr.14182) 748 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:29.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:28.263872+0000 mgr.smithi098.snaxby (mgr.14182) 749 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:29.989 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:31.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:30.264249+0000 mgr.smithi098.snaxby (mgr.14182) 750 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:30.264249+0000 mgr.smithi098.snaxby (mgr.14182) 750 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:32.360 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:32.360 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:33.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:32.264725+0000 mgr.smithi098.snaxby (mgr.14182) 751 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:32.354478+0000 mgr.smithi098.snaxby (mgr.14182) 752 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:33.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:32.264725+0000 mgr.smithi098.snaxby (mgr.14182) 751 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:33.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:32.354478+0000 mgr.smithi098.snaxby (mgr.14182) 752 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:34.172 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:35.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:34.265175+0000 mgr.smithi098.snaxby (mgr.14182) 753 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:34.265175+0000 mgr.smithi098.snaxby (mgr.14182) 753 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:36.574 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:36.574 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:37.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:36.265785+0000 mgr.smithi098.snaxby (mgr.14182) 754 : 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-02-23T00:51:37.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:36.568694+0000 mgr.smithi098.snaxby (mgr.14182) 755 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:37.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:36.265785+0000 mgr.smithi098.snaxby (mgr.14182) 754 : 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-02-23T00:51:37.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:36.568694+0000 mgr.smithi098.snaxby (mgr.14182) 755 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:37.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:38.540 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:38.266266+0000 mgr.smithi098.snaxby (mgr.14182) 756 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:39.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:38.266266+0000 mgr.smithi098.snaxby (mgr.14182) 756 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:40.928 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:40.928 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:40.266906+0000 mgr.smithi098.snaxby (mgr.14182) 757 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:40.266906+0000 mgr.smithi098.snaxby (mgr.14182) 757 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:41.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:42.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:40.922470+0000 mgr.smithi098.snaxby (mgr.14182) 758 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:42.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:40.922470+0000 mgr.smithi098.snaxby (mgr.14182) 758 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:42.842 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:43.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:42.267414+0000 mgr.smithi098.snaxby (mgr.14182) 759 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:42.267414+0000 mgr.smithi098.snaxby (mgr.14182) 759 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:45.386 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:45.386 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:44.268001+0000 mgr.smithi098.snaxby (mgr.14182) 760 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:44.268001+0000 mgr.smithi098.snaxby (mgr.14182) 760 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:46.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:45.380479+0000 mgr.smithi098.snaxby (mgr.14182) 761 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:46.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:45.380479+0000 mgr.smithi098.snaxby (mgr.14182) 761 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:47.230 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:46.268547+0000 mgr.smithi098.snaxby (mgr.14182) 762 : 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-02-23T00:51:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:46.268547+0000 mgr.smithi098.snaxby (mgr.14182) 762 : 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-02-23T00:51:49.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:48.268979+0000 mgr.smithi098.snaxby (mgr.14182) 763 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:49.594 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:49.595 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:48.268979+0000 mgr.smithi098.snaxby (mgr.14182) 763 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:50.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:50.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:49.589220+0000 mgr.smithi098.snaxby (mgr.14182) 764 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:50.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:49.589220+0000 mgr.smithi098.snaxby (mgr.14182) 764 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:51.432 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:51.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:50.269475+0000 mgr.smithi098.snaxby (mgr.14182) 765 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:51.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:50.269475+0000 mgr.smithi098.snaxby (mgr.14182) 765 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:53.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:52.269891+0000 mgr.smithi098.snaxby (mgr.14182) 766 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:53.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:52.269891+0000 mgr.smithi098.snaxby (mgr.14182) 766 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:51:54.136 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:54.136 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:55.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:54.130991+0000 mgr.smithi098.snaxby (mgr.14182) 767 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:54.270317+0000 mgr.smithi098.snaxby (mgr.14182) 768 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:55.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:54.130991+0000 mgr.smithi098.snaxby (mgr.14182) 767 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:54.270317+0000 mgr.smithi098.snaxby (mgr.14182) 768 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:56.068 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:51:57.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:56.270786+0000 mgr.smithi098.snaxby (mgr.14182) 769 : 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-02-23T00:51:57.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:56.270786+0000 mgr.smithi098.snaxby (mgr.14182) 769 : 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-02-23T00:51:58.566 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:51:58.566 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:51:59.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:51:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:51:58.271201+0000 mgr.smithi098.snaxby (mgr.14182) 770 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:51:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:51:58.560275+0000 mgr.smithi098.snaxby (mgr.14182) 771 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:51:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:51:58.271201+0000 mgr.smithi098.snaxby (mgr.14182) 770 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:51:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:51:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:51:58.560275+0000 mgr.smithi098.snaxby (mgr.14182) 771 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:00.431 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:00.271706+0000 mgr.smithi098.snaxby (mgr.14182) 772 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:00.271706+0000 mgr.smithi098.snaxby (mgr.14182) 772 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:02.952 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:02.953 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:02.272215+0000 mgr.smithi098.snaxby (mgr.14182) 773 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:02.272215+0000 mgr.smithi098.snaxby (mgr.14182) 773 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:03.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:04.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:02.947276+0000 mgr.smithi098.snaxby (mgr.14182) 774 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:04.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:02.947276+0000 mgr.smithi098.snaxby (mgr.14182) 774 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:04.772 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:05.561 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:04.272694+0000 mgr.smithi098.snaxby (mgr.14182) 775 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:04.272694+0000 mgr.smithi098.snaxby (mgr.14182) 775 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:07.252 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:07.252 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:06.273293+0000 mgr.smithi098.snaxby (mgr.14182) 776 : 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-02-23T00:52:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:06.273293+0000 mgr.smithi098.snaxby (mgr.14182) 776 : 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-02-23T00:52:08.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:08.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:07.247210+0000 mgr.smithi098.snaxby (mgr.14182) 777 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:08.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:07.247210+0000 mgr.smithi098.snaxby (mgr.14182) 777 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:09.103 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:08.273765+0000 mgr.smithi098.snaxby (mgr.14182) 778 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:08.273765+0000 mgr.smithi098.snaxby (mgr.14182) 778 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:11.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:10.274282+0000 mgr.smithi098.snaxby (mgr.14182) 779 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:11.602 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:11.603 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:11.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:10.274282+0000 mgr.smithi098.snaxby (mgr.14182) 779 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:12.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:12.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:11.597455+0000 mgr.smithi098.snaxby (mgr.14182) 780 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:12.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:11.597455+0000 mgr.smithi098.snaxby (mgr.14182) 780 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:13.424 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:12.274721+0000 mgr.smithi098.snaxby (mgr.14182) 781 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:12.274721+0000 mgr.smithi098.snaxby (mgr.14182) 781 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:15.533 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:14.275215+0000 mgr.smithi098.snaxby (mgr.14182) 782 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:14.275215+0000 mgr.smithi098.snaxby (mgr.14182) 782 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:16.010 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:16.011 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:16.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:16.005376+0000 mgr.smithi098.snaxby (mgr.14182) 783 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:16.275746+0000 mgr.smithi098.snaxby (mgr.14182) 784 : 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-02-23T00:52:17.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:16.005376+0000 mgr.smithi098.snaxby (mgr.14182) 783 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:17.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:16.275746+0000 mgr.smithi098.snaxby (mgr.14182) 784 : 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-02-23T00:52:17.931 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:18.276328+0000 mgr.smithi098.snaxby (mgr.14182) 785 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:18.276328+0000 mgr.smithi098.snaxby (mgr.14182) 785 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:20.496 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:20.496 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:44:35.342249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ickppt on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:21.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:20.276723+0000 mgr.smithi098.snaxby (mgr.14182) 786 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:20.490573+0000 mgr.smithi098.snaxby (mgr.14182) 787 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:21.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:20.276723+0000 mgr.smithi098.snaxby (mgr.14182) 786 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:21.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:20.490573+0000 mgr.smithi098.snaxby (mgr.14182) 787 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:22.598 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:23.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:22.277295+0000 mgr.smithi098.snaxby (mgr.14182) 788 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:22.277295+0000 mgr.smithi098.snaxby (mgr.14182) 788 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:24.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:52:23.503436+0000 mgr.smithi098.snaxby (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:52:24.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:52:23.503604+0000 mgr.smithi098.snaxby (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:23.503889+0000 mon.smithi098 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cfhctk"}]: dispatch 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:52:23.504407+0000 mgr.smithi098.snaxby (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:52:23.505741+0000 mgr.smithi098.snaxby (mgr.14182) 792 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.rokkzk on smithi098 2024-02-23T00:52:24.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:52:23.503436+0000 mgr.smithi098.snaxby (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:52:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:52:23.503604+0000 mgr.smithi098.snaxby (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:23.503889+0000 mon.smithi098 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cfhctk"}]: dispatch 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:52:23.504407+0000 mgr.smithi098.snaxby (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.cfhctk ... 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:50:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:51:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:52:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:52:24.705 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:52:23.505741+0000 mgr.smithi098.snaxby (mgr.14182) 792 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.rokkzk on smithi098 2024-02-23T00:52:25.053 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:25.053 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:24.277769+0000 mgr.smithi098.snaxby (mgr.14182) 793 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:25.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:24.277769+0000 mgr.smithi098.snaxby (mgr.14182) 793 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:25.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:26.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:25.047517+0000 mgr.smithi098.snaxby (mgr.14182) 794 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:26.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:25.047517+0000 mgr.smithi098.snaxby (mgr.14182) 794 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:26.982 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:27.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:26.278341+0000 mgr.smithi098.snaxby (mgr.14182) 795 : 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-02-23T00:52:27.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:26.278341+0000 mgr.smithi098.snaxby (mgr.14182) 795 : 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-02-23T00:52:29.468 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:29.468 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:29.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:28.278852+0000 mgr.smithi098.snaxby (mgr.14182) 796 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:29.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:28.278852+0000 mgr.smithi098.snaxby (mgr.14182) 796 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:30.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:30.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:29.462361+0000 mgr.smithi098.snaxby (mgr.14182) 797 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:30.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:29.462361+0000 mgr.smithi098.snaxby (mgr.14182) 797 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:31.434 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:30.279212+0000 mgr.smithi098.snaxby (mgr.14182) 798 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:31.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:30.279212+0000 mgr.smithi098.snaxby (mgr.14182) 798 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:32.279679+0000 mgr.smithi098.snaxby (mgr.14182) 799 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:33.934 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:33.934 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:33.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:32.279679+0000 mgr.smithi098.snaxby (mgr.14182) 799 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:34.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:35.876 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:33.928973+0000 mgr.smithi098.snaxby (mgr.14182) 800 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:34.280172+0000 mgr.smithi098.snaxby (mgr.14182) 801 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:33.928973+0000 mgr.smithi098.snaxby (mgr.14182) 800 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:34.280172+0000 mgr.smithi098.snaxby (mgr.14182) 801 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:37.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:36.280656+0000 mgr.smithi098.snaxby (mgr.14182) 802 : 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-02-23T00:52:37.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:36.280656+0000 mgr.smithi098.snaxby (mgr.14182) 802 : 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-02-23T00:52:38.468 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:38.468 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:39.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:38.281117+0000 mgr.smithi098.snaxby (mgr.14182) 803 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:38.462424+0000 mgr.smithi098.snaxby (mgr.14182) 804 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:38.281117+0000 mgr.smithi098.snaxby (mgr.14182) 803 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:38.462424+0000 mgr.smithi098.snaxby (mgr.14182) 804 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:40.512 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:41.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:40.281583+0000 mgr.smithi098.snaxby (mgr.14182) 805 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:41.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:40.281583+0000 mgr.smithi098.snaxby (mgr.14182) 805 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:42.985 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:42.985 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:43.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:42.282311+0000 mgr.smithi098.snaxby (mgr.14182) 806 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:42.282311+0000 mgr.smithi098.snaxby (mgr.14182) 806 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:43.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:44.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:42.980122+0000 mgr.smithi098.snaxby (mgr.14182) 807 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:44.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:42.980122+0000 mgr.smithi098.snaxby (mgr.14182) 807 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:44.887 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:44.282813+0000 mgr.smithi098.snaxby (mgr.14182) 808 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:45.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:44.282813+0000 mgr.smithi098.snaxby (mgr.14182) 808 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:47.520 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:47.520 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:46.283461+0000 mgr.smithi098.snaxby (mgr.14182) 809 : 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-02-23T00:52:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:46.283461+0000 mgr.smithi098.snaxby (mgr.14182) 809 : 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-02-23T00:52:48.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:47.515030+0000 mgr.smithi098.snaxby (mgr.14182) 810 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:48.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:48.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:47.515030+0000 mgr.smithi098.snaxby (mgr.14182) 810 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:49.646 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:48.284030+0000 mgr.smithi098.snaxby (mgr.14182) 811 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:49.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:48.284030+0000 mgr.smithi098.snaxby (mgr.14182) 811 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:51.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:50.284447+0000 mgr.smithi098.snaxby (mgr.14182) 812 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:50.284447+0000 mgr.smithi098.snaxby (mgr.14182) 812 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:52.338 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:52.338 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:53.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:53.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:52.284982+0000 mgr.smithi098.snaxby (mgr.14182) 813 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:53.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:52.332225+0000 mgr.smithi098.snaxby (mgr.14182) 814 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:52.284982+0000 mgr.smithi098.snaxby (mgr.14182) 813 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:52:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:52.332225+0000 mgr.smithi098.snaxby (mgr.14182) 814 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:54.205 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:54.285438+0000 mgr.smithi098.snaxby (mgr.14182) 815 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:54.285438+0000 mgr.smithi098.snaxby (mgr.14182) 815 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:56.808 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:52:56.809 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:52:57.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:56.285972+0000 mgr.smithi098.snaxby (mgr.14182) 816 : 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-02-23T00:52:57.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:52:56.802875+0000 mgr.smithi098.snaxby (mgr.14182) 817 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:57.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:56.285972+0000 mgr.smithi098.snaxby (mgr.14182) 816 : 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-02-23T00:52:57.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:52:56.802875+0000 mgr.smithi098.snaxby (mgr.14182) 817 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:52:57.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:52:58.721 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:52:59.524 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:52:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:52:58.286384+0000 mgr.smithi098.snaxby (mgr.14182) 818 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:52:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:52:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:52:58.286384+0000 mgr.smithi098.snaxby (mgr.14182) 818 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:01.226 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:01.226 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:01.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:00.286759+0000 mgr.smithi098.snaxby (mgr.14182) 819 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:01.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:00.286759+0000 mgr.smithi098.snaxby (mgr.14182) 819 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:02.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:02.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:01.220602+0000 mgr.smithi098.snaxby (mgr.14182) 820 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:02.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:01.220602+0000 mgr.smithi098.snaxby (mgr.14182) 820 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:03.173 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:02.287282+0000 mgr.smithi098.snaxby (mgr.14182) 821 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:03.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:02.287282+0000 mgr.smithi098.snaxby (mgr.14182) 821 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:05.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:04.287720+0000 mgr.smithi098.snaxby (mgr.14182) 822 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:05.692 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:05.692 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:04.287720+0000 mgr.smithi098.snaxby (mgr.14182) 822 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:06.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:05.686387+0000 mgr.smithi098.snaxby (mgr.14182) 823 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:06.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:05.686387+0000 mgr.smithi098.snaxby (mgr.14182) 823 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:07.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:06.288211+0000 mgr.smithi098.snaxby (mgr.14182) 824 : 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-02-23T00:53:07.656 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:06.288211+0000 mgr.smithi098.snaxby (mgr.14182) 824 : 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-02-23T00:53:09.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:08.288618+0000 mgr.smithi098.snaxby (mgr.14182) 825 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:09.736 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:08.288618+0000 mgr.smithi098.snaxby (mgr.14182) 825 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:10.236 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:10.236 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:11.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:10.230245+0000 mgr.smithi098.snaxby (mgr.14182) 826 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:10.289075+0000 mgr.smithi098.snaxby (mgr.14182) 827 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:11.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:10.230245+0000 mgr.smithi098.snaxby (mgr.14182) 826 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:11.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:10.289075+0000 mgr.smithi098.snaxby (mgr.14182) 827 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:12.108 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:13.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:12.289554+0000 mgr.smithi098.snaxby (mgr.14182) 828 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:12.289554+0000 mgr.smithi098.snaxby (mgr.14182) 828 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:14.580 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:14.580 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:15.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:14.290100+0000 mgr.smithi098.snaxby (mgr.14182) 829 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:14.575053+0000 mgr.smithi098.snaxby (mgr.14182) 830 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:14.290100+0000 mgr.smithi098.snaxby (mgr.14182) 829 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:14.575053+0000 mgr.smithi098.snaxby (mgr.14182) 830 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:16.572 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:17.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:16.290662+0000 mgr.smithi098.snaxby (mgr.14182) 831 : 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-02-23T00:53:17.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:16.290662+0000 mgr.smithi098.snaxby (mgr.14182) 831 : 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-02-23T00:53:18.976 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:18.976 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:18.291180+0000 mgr.smithi098.snaxby (mgr.14182) 832 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:18.291180+0000 mgr.smithi098.snaxby (mgr.14182) 832 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:19.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:20.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:18.970355+0000 mgr.smithi098.snaxby (mgr.14182) 833 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:20.831 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:20.863 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:18.970355+0000 mgr.smithi098.snaxby (mgr.14182) 833 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:21.597 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:20.291675+0000 mgr.smithi098.snaxby (mgr.14182) 834 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:21.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:20.291675+0000 mgr.smithi098.snaxby (mgr.14182) 834 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:23.364 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:23.365 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:22.292356+0000 mgr.smithi098.snaxby (mgr.14182) 835 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:22.292356+0000 mgr.smithi098.snaxby (mgr.14182) 835 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:24.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:24.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:23.359360+0000 mgr.smithi098.snaxby (mgr.14182) 836 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:24.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:23.359360+0000 mgr.smithi098.snaxby (mgr.14182) 836 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:25.360 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:24.293053+0000 mgr.smithi098.snaxby (mgr.14182) 837 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:24.293053+0000 mgr.smithi098.snaxby (mgr.14182) 837 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:27.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:26.293552+0000 mgr.smithi098.snaxby (mgr.14182) 838 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:26.293552+0000 mgr.smithi098.snaxby (mgr.14182) 838 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:27.770 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:27.770 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:28.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:27.764693+0000 mgr.smithi098.snaxby (mgr.14182) 839 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:27.764693+0000 mgr.smithi098.snaxby (mgr.14182) 839 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:29.685 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:29.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:28.294006+0000 mgr.smithi098.snaxby (mgr.14182) 840 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:29.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:28.294006+0000 mgr.smithi098.snaxby (mgr.14182) 840 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:31.827 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:30.294403+0000 mgr.smithi098.snaxby (mgr.14182) 841 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:30.294403+0000 mgr.smithi098.snaxby (mgr.14182) 841 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:32.312 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:32.312 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:33.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:32.294880+0000 mgr.smithi098.snaxby (mgr.14182) 842 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:32.306720+0000 mgr.smithi098.snaxby (mgr.14182) 843 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:32.294880+0000 mgr.smithi098.snaxby (mgr.14182) 842 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:32.306720+0000 mgr.smithi098.snaxby (mgr.14182) 843 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:34.113 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:35.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:34.295273+0000 mgr.smithi098.snaxby (mgr.14182) 844 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:34.295273+0000 mgr.smithi098.snaxby (mgr.14182) 844 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:36.696 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:36.697 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:37.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:37.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:36.295989+0000 mgr.smithi098.snaxby (mgr.14182) 845 : 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-02-23T00:53:37.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:36.690898+0000 mgr.smithi098.snaxby (mgr.14182) 846 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:37.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:36.295989+0000 mgr.smithi098.snaxby (mgr.14182) 845 : 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-02-23T00:53:37.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:36.690898+0000 mgr.smithi098.snaxby (mgr.14182) 846 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:38.642 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:39.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:38.296549+0000 mgr.smithi098.snaxby (mgr.14182) 847 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:39.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:38.296549+0000 mgr.smithi098.snaxby (mgr.14182) 847 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:41.149 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:41.149 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:40.297000+0000 mgr.smithi098.snaxby (mgr.14182) 848 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:41.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:40.297000+0000 mgr.smithi098.snaxby (mgr.14182) 848 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:42.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:42.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:41.143487+0000 mgr.smithi098.snaxby (mgr.14182) 849 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:42.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:41.143487+0000 mgr.smithi098.snaxby (mgr.14182) 849 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:43.019 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:43.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:42.297695+0000 mgr.smithi098.snaxby (mgr.14182) 850 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:43.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:42.297695+0000 mgr.smithi098.snaxby (mgr.14182) 850 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:45.504 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:45.505 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:45.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:44.298179+0000 mgr.smithi098.snaxby (mgr.14182) 851 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:45.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:44.298179+0000 mgr.smithi098.snaxby (mgr.14182) 851 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:46.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:46.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:45.498922+0000 mgr.smithi098.snaxby (mgr.14182) 852 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:46.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:45.498922+0000 mgr.smithi098.snaxby (mgr.14182) 852 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:47.375 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:47.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:46.298772+0000 mgr.smithi098.snaxby (mgr.14182) 853 : 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-02-23T00:53:47.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:46.298772+0000 mgr.smithi098.snaxby (mgr.14182) 853 : 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-02-23T00:53:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:48.299203+0000 mgr.smithi098.snaxby (mgr.14182) 854 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:49.782 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:49.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:48.299203+0000 mgr.smithi098.snaxby (mgr.14182) 854 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:50.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:50.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:49.777393+0000 mgr.smithi098.snaxby (mgr.14182) 855 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:50.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:49.777393+0000 mgr.smithi098.snaxby (mgr.14182) 855 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:51.731 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:50.299589+0000 mgr.smithi098.snaxby (mgr.14182) 856 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:51.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:50.299589+0000 mgr.smithi098.snaxby (mgr.14182) 856 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:53.807 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:52.300066+0000 mgr.smithi098.snaxby (mgr.14182) 857 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:53.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:52.300066+0000 mgr.smithi098.snaxby (mgr.14182) 857 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:53:54.255 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:54.256 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:54.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:55.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:54.249330+0000 mgr.smithi098.snaxby (mgr.14182) 858 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:55.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:54.300530+0000 mgr.smithi098.snaxby (mgr.14182) 859 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:55.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:54.249330+0000 mgr.smithi098.snaxby (mgr.14182) 858 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:55.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:54.300530+0000 mgr.smithi098.snaxby (mgr.14182) 859 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:55.952 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:53:57.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:56.301037+0000 mgr.smithi098.snaxby (mgr.14182) 860 : 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-02-23T00:53:57.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:56.301037+0000 mgr.smithi098.snaxby (mgr.14182) 860 : 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-02-23T00:53:58.432 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:53:58.433 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:53:59.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:53:59.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:53:58.301419+0000 mgr.smithi098.snaxby (mgr.14182) 861 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:59.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:53:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:53:58.426613+0000 mgr.smithi098.snaxby (mgr.14182) 862 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:53:59.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:53:58.301419+0000 mgr.smithi098.snaxby (mgr.14182) 861 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:53:59.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:53:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:53:58.426613+0000 mgr.smithi098.snaxby (mgr.14182) 862 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:00.283 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:00.301851+0000 mgr.smithi098.snaxby (mgr.14182) 863 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:01.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:00.301851+0000 mgr.smithi098.snaxby (mgr.14182) 863 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:02.899 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:02.899 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:02.302574+0000 mgr.smithi098.snaxby (mgr.14182) 864 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:03.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:03.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:02.302574+0000 mgr.smithi098.snaxby (mgr.14182) 864 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:04.789 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:04.822 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:02.893781+0000 mgr.smithi098.snaxby (mgr.14182) 865 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:04.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:02.893781+0000 mgr.smithi098.snaxby (mgr.14182) 865 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:05.633 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:04.303193+0000 mgr.smithi098.snaxby (mgr.14182) 866 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:04.303193+0000 mgr.smithi098.snaxby (mgr.14182) 866 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:07.417 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:07.417 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:07.760 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:06.303747+0000 mgr.smithi098.snaxby (mgr.14182) 867 : 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-02-23T00:54:07.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:06.303747+0000 mgr.smithi098.snaxby (mgr.14182) 867 : 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-02-23T00:54:08.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:08.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:07.411358+0000 mgr.smithi098.snaxby (mgr.14182) 868 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:08.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:07.411358+0000 mgr.smithi098.snaxby (mgr.14182) 868 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:09.123 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:09.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:08.304313+0000 mgr.smithi098.snaxby (mgr.14182) 869 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:09.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:08.304313+0000 mgr.smithi098.snaxby (mgr.14182) 869 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:11.615 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:11.616 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:11.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:10.304713+0000 mgr.smithi098.snaxby (mgr.14182) 870 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:10.304713+0000 mgr.smithi098.snaxby (mgr.14182) 870 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:12.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:12.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:11.610139+0000 mgr.smithi098.snaxby (mgr.14182) 871 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:12.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:11.610139+0000 mgr.smithi098.snaxby (mgr.14182) 871 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:13.435 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:13.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:12.305296+0000 mgr.smithi098.snaxby (mgr.14182) 872 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:13.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:12.305296+0000 mgr.smithi098.snaxby (mgr.14182) 872 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:15.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:14.305758+0000 mgr.smithi098.snaxby (mgr.14182) 873 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:14.305758+0000 mgr.smithi098.snaxby (mgr.14182) 873 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:16.154 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:16.154 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:17.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:17.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:16.148549+0000 mgr.smithi098.snaxby (mgr.14182) 874 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:17.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:16.306213+0000 mgr.smithi098.snaxby (mgr.14182) 875 : 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-02-23T00:54:17.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:16.148549+0000 mgr.smithi098.snaxby (mgr.14182) 874 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:17.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:16.306213+0000 mgr.smithi098.snaxby (mgr.14182) 875 : 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-02-23T00:54:18.060 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:18.306616+0000 mgr.smithi098.snaxby (mgr.14182) 876 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:19.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:18.306616+0000 mgr.smithi098.snaxby (mgr.14182) 876 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:20.462 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:20.463 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:21.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:21.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:20.307032+0000 mgr.smithi098.snaxby (mgr.14182) 877 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:21.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:20.457063+0000 mgr.smithi098.snaxby (mgr.14182) 878 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:21.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:20.307032+0000 mgr.smithi098.snaxby (mgr.14182) 877 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:21.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:20.457063+0000 mgr.smithi098.snaxby (mgr.14182) 878 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:22.415 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:22.307570+0000 mgr.smithi098.snaxby (mgr.14182) 879 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:23.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:22.307570+0000 mgr.smithi098.snaxby (mgr.14182) 879 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:25.015 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:25.015 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:25.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:24.308222+0000 mgr.smithi098.snaxby (mgr.14182) 880 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:25.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:24.308222+0000 mgr.smithi098.snaxby (mgr.14182) 880 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:25.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:26.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:25.009158+0000 mgr.smithi098.snaxby (mgr.14182) 881 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:25.009158+0000 mgr.smithi098.snaxby (mgr.14182) 881 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:26.965 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:27.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:26.309005+0000 mgr.smithi098.snaxby (mgr.14182) 882 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:27.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:26.309005+0000 mgr.smithi098.snaxby (mgr.14182) 882 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:29.439 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:29.439 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:29.827 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:28.309392+0000 mgr.smithi098.snaxby (mgr.14182) 883 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:29.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:28.309392+0000 mgr.smithi098.snaxby (mgr.14182) 883 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:30.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:30.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:29.433051+0000 mgr.smithi098.snaxby (mgr.14182) 884 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:30.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:29.433051+0000 mgr.smithi098.snaxby (mgr.14182) 884 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:31.186 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:31.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:30.309866+0000 mgr.smithi098.snaxby (mgr.14182) 885 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:30.309866+0000 mgr.smithi098.snaxby (mgr.14182) 885 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:33.509 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:33.509 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:33.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:32.310355+0000 mgr.smithi098.snaxby (mgr.14182) 886 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:32.310355+0000 mgr.smithi098.snaxby (mgr.14182) 886 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:34.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:34.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:33.503370+0000 mgr.smithi098.snaxby (mgr.14182) 887 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:34.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:33.503370+0000 mgr.smithi098.snaxby (mgr.14182) 887 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:35.405 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:35.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:34.310952+0000 mgr.smithi098.snaxby (mgr.14182) 888 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:35.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:34.310952+0000 mgr.smithi098.snaxby (mgr.14182) 888 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:37.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:36.311498+0000 mgr.smithi098.snaxby (mgr.14182) 889 : 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-02-23T00:54:37.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:36.311498+0000 mgr.smithi098.snaxby (mgr.14182) 889 : 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-02-23T00:54:38.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:38.050 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:38.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:39.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:38.044787+0000 mgr.smithi098.snaxby (mgr.14182) 890 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:39.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:38.311914+0000 mgr.smithi098.snaxby (mgr.14182) 891 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:39.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:38.044787+0000 mgr.smithi098.snaxby (mgr.14182) 890 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:39.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:38.311914+0000 mgr.smithi098.snaxby (mgr.14182) 891 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:39.979 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:41.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:40.312331+0000 mgr.smithi098.snaxby (mgr.14182) 892 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:41.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:40.312331+0000 mgr.smithi098.snaxby (mgr.14182) 892 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:42.612 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:42.612 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:43.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:43.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:42.313018+0000 mgr.smithi098.snaxby (mgr.14182) 893 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:43.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:42.606814+0000 mgr.smithi098.snaxby (mgr.14182) 894 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:43.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:42.313018+0000 mgr.smithi098.snaxby (mgr.14182) 893 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:43.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:42.606814+0000 mgr.smithi098.snaxby (mgr.14182) 894 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:44.444 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:45.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:44.313457+0000 mgr.smithi098.snaxby (mgr.14182) 895 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:45.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:44.313457+0000 mgr.smithi098.snaxby (mgr.14182) 895 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:46.857 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:46.857 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:47.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:47.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:46.314002+0000 mgr.smithi098.snaxby (mgr.14182) 896 : 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-02-23T00:54:47.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:46.314002+0000 mgr.smithi098.snaxby (mgr.14182) 896 : 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-02-23T00:54:48.717 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:48.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:46.851229+0000 mgr.smithi098.snaxby (mgr.14182) 897 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:48.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:46.851229+0000 mgr.smithi098.snaxby (mgr.14182) 897 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:49.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:48.314507+0000 mgr.smithi098.snaxby (mgr.14182) 898 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:49.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:48.314507+0000 mgr.smithi098.snaxby (mgr.14182) 898 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:51.098 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:51.098 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:51.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:50.314963+0000 mgr.smithi098.snaxby (mgr.14182) 899 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:51.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:50.314963+0000 mgr.smithi098.snaxby (mgr.14182) 899 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:52.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:52.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:51.092208+0000 mgr.smithi098.snaxby (mgr.14182) 900 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:52.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:51.092208+0000 mgr.smithi098.snaxby (mgr.14182) 900 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:53.028 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:53.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:52.315550+0000 mgr.smithi098.snaxby (mgr.14182) 901 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:53.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:52.315550+0000 mgr.smithi098.snaxby (mgr.14182) 901 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:54:55.462 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:55.462 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:55.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:54.316029+0000 mgr.smithi098.snaxby (mgr.14182) 902 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:55.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:54.316029+0000 mgr.smithi098.snaxby (mgr.14182) 902 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:56.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:54:56.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:55.456783+0000 mgr.smithi098.snaxby (mgr.14182) 903 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:56.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:55.456783+0000 mgr.smithi098.snaxby (mgr.14182) 903 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:54:57.492 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:54:57.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:56.316726+0000 mgr.smithi098.snaxby (mgr.14182) 904 : 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-02-23T00:54:57.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:56.316726+0000 mgr.smithi098.snaxby (mgr.14182) 904 : 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-02-23T00:54:59.887 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:54:59.888 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:54:59.917 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:54:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:54:58.317386+0000 mgr.smithi098.snaxby (mgr.14182) 905 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:54:59.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:54:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:54:58.317386+0000 mgr.smithi098.snaxby (mgr.14182) 905 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:00.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:01.809 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:01.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:54:59.881822+0000 mgr.smithi098.snaxby (mgr.14182) 906 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:01.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:00.318072+0000 mgr.smithi098.snaxby (mgr.14182) 907 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:02.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:54:59.881822+0000 mgr.smithi098.snaxby (mgr.14182) 906 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:02.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:00.318072+0000 mgr.smithi098.snaxby (mgr.14182) 907 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:03.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:02.318787+0000 mgr.smithi098.snaxby (mgr.14182) 908 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:03.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:02.318787+0000 mgr.smithi098.snaxby (mgr.14182) 908 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:04.131 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:04.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:04.125654+0000 mgr.smithi098.snaxby (mgr.14182) 909 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:04.319368+0000 mgr.smithi098.snaxby (mgr.14182) 910 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:05.954 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:05.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:04.125654+0000 mgr.smithi098.snaxby (mgr.14182) 909 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:05.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:04.319368+0000 mgr.smithi098.snaxby (mgr.14182) 910 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:06.320050+0000 mgr.smithi098.snaxby (mgr.14182) 911 : 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-02-23T00:55:07.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:06.320050+0000 mgr.smithi098.snaxby (mgr.14182) 911 : 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-02-23T00:55:08.493 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:08.493 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:09.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:08.320396+0000 mgr.smithi098.snaxby (mgr.14182) 912 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:08.487666+0000 mgr.smithi098.snaxby (mgr.14182) 913 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:08.320396+0000 mgr.smithi098.snaxby (mgr.14182) 912 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:08.487666+0000 mgr.smithi098.snaxby (mgr.14182) 913 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:10.259 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:10.320807+0000 mgr.smithi098.snaxby (mgr.14182) 914 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:10.320807+0000 mgr.smithi098.snaxby (mgr.14182) 914 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:12.694 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:12.694 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:13.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:12.321382+0000 mgr.smithi098.snaxby (mgr.14182) 915 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:12.688013+0000 mgr.smithi098.snaxby (mgr.14182) 916 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:13.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:12.321382+0000 mgr.smithi098.snaxby (mgr.14182) 915 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:12.688013+0000 mgr.smithi098.snaxby (mgr.14182) 916 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:14.612 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:15.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:14.321842+0000 mgr.smithi098.snaxby (mgr.14182) 917 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:14.321842+0000 mgr.smithi098.snaxby (mgr.14182) 917 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:17.215 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:17.215 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:17.587 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:16.322357+0000 mgr.smithi098.snaxby (mgr.14182) 918 : 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-02-23T00:55:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:16.322357+0000 mgr.smithi098.snaxby (mgr.14182) 918 : 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-02-23T00:55:18.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:18.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:17.209187+0000 mgr.smithi098.snaxby (mgr.14182) 919 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:18.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:17.209187+0000 mgr.smithi098.snaxby (mgr.14182) 919 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:19.006 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:18.322923+0000 mgr.smithi098.snaxby (mgr.14182) 920 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:18.322923+0000 mgr.smithi098.snaxby (mgr.14182) 920 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:21.462 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:21.462 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:47:14.509849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.awdwbg on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-awdwbg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.awdwbg\nDeploy daemon haproxy.nfs.foo.smithi122.awdwbg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:45:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:45: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-02-23T00:46:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.765289Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ojawtp on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-ojawtp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.ojawtp\nDeploy daemon haproxy.nfs.foo.smithi098.ojawtp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:47:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:48:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:49: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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:49:44.766471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.czvqkq on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:20.323630+0000 mgr.smithi098.snaxby (mgr.14182) 921 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:21.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:20.323630+0000 mgr.smithi098.snaxby (mgr.14182) 921 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:22.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:22.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:21.456747+0000 mgr.smithi098.snaxby (mgr.14182) 922 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:22.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:21.456747+0000 mgr.smithi098.snaxby (mgr.14182) 922 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:23.348 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:22.324235+0000 mgr.smithi098.snaxby (mgr.14182) 923 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:23.160362+0000 mon.smithi098 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.rokkzk"}]: dispatch 2024-02-23T00:55:23.829 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:22.324235+0000 mgr.smithi098.snaxby (mgr.14182) 923 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:23.829 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:23.160362+0000 mon.smithi098 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.rokkzk"}]: dispatch 2024-02-23T00:55:24.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:55:23.159785+0000 mgr.smithi098.snaxby (mgr.14182) 924 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:55:23.160015+0000 mgr.smithi098.snaxby (mgr.14182) 925 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:55:23.161040+0000 mgr.smithi098.snaxby (mgr.14182) 926 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:55:23.162376+0000 mgr.smithi098.snaxby (mgr.14182) 927 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:55:23.163499+0000 mgr.smithi098.snaxby (mgr.14182) 928 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:23.164381+0000 mgr.smithi098.snaxby (mgr.14182) 929 : cluster [DBG] pgmap v651: 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-02-23T00:55:24.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:23.406198+0000 mon.smithi098 (mon.0) 720 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:55:24.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:55:23.159785+0000 mgr.smithi098.snaxby (mgr.14182) 924 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:55:24.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:55:24.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:55:23.160015+0000 mgr.smithi098.snaxby (mgr.14182) 925 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:55:23.161040+0000 mgr.smithi098.snaxby (mgr.14182) 926 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.rokkzk ... 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:53:30Z" 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-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:54:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:55:24.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:55:23.162376+0000 mgr.smithi098.snaxby (mgr.14182) 927 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:55:24.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:55:23.163499+0000 mgr.smithi098.snaxby (mgr.14182) 928 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T00:55:24.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:23.164381+0000 mgr.smithi098.snaxby (mgr.14182) 929 : cluster [DBG] pgmap v651: 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-02-23T00:55:24.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:23.406198+0000 mon.smithi098 (mon.0) 720 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:55:25.755 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:25.755 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:26.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:26.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:25.164930+0000 mgr.smithi098.snaxby (mgr.14182) 930 : cluster [DBG] pgmap v652: 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-02-23T00:55:26.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:25.485205+0000 mon.smithi098 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:55:26.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:25.749582+0000 mgr.smithi098.snaxby (mgr.14182) 931 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:25.164930+0000 mgr.smithi098.snaxby (mgr.14182) 930 : cluster [DBG] pgmap v652: 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-02-23T00:55:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:25.485205+0000 mon.smithi098 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:55:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:25.749582+0000 mgr.smithi098.snaxby (mgr.14182) 931 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:27.622 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:28.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:27.165598+0000 mgr.smithi098.snaxby (mgr.14182) 932 : cluster [DBG] pgmap v653: 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-02-23T00:55:28.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:27.165598+0000 mgr.smithi098.snaxby (mgr.14182) 932 : cluster [DBG] pgmap v653: 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-02-23T00:55:30.070 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:30.071 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:30.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:29.166280+0000 mgr.smithi098.snaxby (mgr.14182) 933 : cluster [DBG] pgmap v654: 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-02-23T00:55:30.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:30.016355+0000 mon.smithi098 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:55:30.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:29.166280+0000 mgr.smithi098.snaxby (mgr.14182) 933 : cluster [DBG] pgmap v654: 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-02-23T00:55:30.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:30.016355+0000 mon.smithi098 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:55:30.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:31.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:30.064822+0000 mgr.smithi098.snaxby (mgr.14182) 934 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:30.064822+0000 mgr.smithi098.snaxby (mgr.14182) 934 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:31.959 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:32.813 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:31.166839+0000 mgr.smithi098.snaxby (mgr.14182) 935 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T00:55:32.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:31.166839+0000 mgr.smithi098.snaxby (mgr.14182) 935 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T00:55:34.501 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:34.501 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:34.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:33.167494+0000 mgr.smithi098.snaxby (mgr.14182) 936 : cluster [DBG] pgmap v656: 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-02-23T00:55:34.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:33.167494+0000 mgr.smithi098.snaxby (mgr.14182) 936 : cluster [DBG] pgmap v656: 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-02-23T00:55:35.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:34.494918+0000 mgr.smithi098.snaxby (mgr.14182) 937 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:34.494918+0000 mgr.smithi098.snaxby (mgr.14182) 937 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:36.404 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:36.869 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:35.168043+0000 mgr.smithi098.snaxby (mgr.14182) 938 : 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-02-23T00:55:36.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:35.168043+0000 mgr.smithi098.snaxby (mgr.14182) 938 : 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-02-23T00:55:38.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:37.168614+0000 mgr.smithi098.snaxby (mgr.14182) 939 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:38.860 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:38.861 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:38.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:37.168614+0000 mgr.smithi098.snaxby (mgr.14182) 939 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:39.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:40.841 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:40.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:38.855225+0000 mgr.smithi098.snaxby (mgr.14182) 940 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:40.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:39.169280+0000 mgr.smithi098.snaxby (mgr.14182) 941 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:40.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:38.855225+0000 mgr.smithi098.snaxby (mgr.14182) 940 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:40.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:39.169280+0000 mgr.smithi098.snaxby (mgr.14182) 941 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:42.828 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:41.170125+0000 mgr.smithi098.snaxby (mgr.14182) 942 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:42.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:41.170125+0000 mgr.smithi098.snaxby (mgr.14182) 942 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:43.324 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:43.325 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:44.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:43.170606+0000 mgr.smithi098.snaxby (mgr.14182) 943 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:44.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:43.319092+0000 mgr.smithi098.snaxby (mgr.14182) 944 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:43.170606+0000 mgr.smithi098.snaxby (mgr.14182) 943 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:43.319092+0000 mgr.smithi098.snaxby (mgr.14182) 944 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:45.290 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:46.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:45.171293+0000 mgr.smithi098.snaxby (mgr.14182) 945 : 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-02-23T00:55:46.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:45.171293+0000 mgr.smithi098.snaxby (mgr.14182) 945 : 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-02-23T00:55:47.997 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:47.998 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:48.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:47.171976+0000 mgr.smithi098.snaxby (mgr.14182) 946 : 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-02-23T00:55:48.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:48.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:47.171976+0000 mgr.smithi098.snaxby (mgr.14182) 946 : 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-02-23T00:55:49.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:47.991905+0000 mgr.smithi098.snaxby (mgr.14182) 947 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:49.924 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:49.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:47.991905+0000 mgr.smithi098.snaxby (mgr.14182) 947 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:50.716 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:49.172480+0000 mgr.smithi098.snaxby (mgr.14182) 948 : 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-02-23T00:55:50.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:49.172480+0000 mgr.smithi098.snaxby (mgr.14182) 948 : 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-02-23T00:55:52.462 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:52.463 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:52.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:51.173073+0000 mgr.smithi098.snaxby (mgr.14182) 949 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:52.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:51.173073+0000 mgr.smithi098.snaxby (mgr.14182) 949 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:55:53.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:53.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:52.457205+0000 mgr.smithi098.snaxby (mgr.14182) 950 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:53.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:52.457205+0000 mgr.smithi098.snaxby (mgr.14182) 950 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:54.477 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:55:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:53.173646+0000 mgr.smithi098.snaxby (mgr.14182) 951 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:54.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:53.173646+0000 mgr.smithi098.snaxby (mgr.14182) 951 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:56.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:55.174271+0000 mgr.smithi098.snaxby (mgr.14182) 952 : 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-02-23T00:55:56.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:55.174271+0000 mgr.smithi098.snaxby (mgr.14182) 952 : 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-02-23T00:55:57.168 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:55:57.168 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:55:58.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:55:58.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:55:57.162056+0000 mgr.smithi098.snaxby (mgr.14182) 953 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:58.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:55:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:57.174866+0000 mgr.smithi098.snaxby (mgr.14182) 954 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:58.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:55:57.162056+0000 mgr.smithi098.snaxby (mgr.14182) 953 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:55:58.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:55:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:57.174866+0000 mgr.smithi098.snaxby (mgr.14182) 954 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:55:59.146 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:00.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:55:59.175457+0000 mgr.smithi098.snaxby (mgr.14182) 955 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:00.951 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:55:59.175457+0000 mgr.smithi098.snaxby (mgr.14182) 955 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:01.319 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:01.319 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:02.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:02.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:01.176077+0000 mgr.smithi098.snaxby (mgr.14182) 956 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:02.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:01.313384+0000 mgr.smithi098.snaxby (mgr.14182) 957 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:02.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:01.176077+0000 mgr.smithi098.snaxby (mgr.14182) 956 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:02.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:01.313384+0000 mgr.smithi098.snaxby (mgr.14182) 957 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:03.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:04.795 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:03.176592+0000 mgr.smithi098.snaxby (mgr.14182) 958 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:04.952 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:03.176592+0000 mgr.smithi098.snaxby (mgr.14182) 958 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:05.230 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:05.230 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:05.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:06.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:05.177094+0000 mgr.smithi098.snaxby (mgr.14182) 959 : 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-02-23T00:56:06.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:05.223304+0000 mgr.smithi098.snaxby (mgr.14182) 960 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:06.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:05.177094+0000 mgr.smithi098.snaxby (mgr.14182) 959 : 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-02-23T00:56:06.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:05.223304+0000 mgr.smithi098.snaxby (mgr.14182) 960 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:06.999 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:08.761 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:07.177683+0000 mgr.smithi098.snaxby (mgr.14182) 961 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:08.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:07.177683+0000 mgr.smithi098.snaxby (mgr.14182) 961 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:09.194 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:09.194 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:09.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:10.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:09.178435+0000 mgr.smithi098.snaxby (mgr.14182) 962 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:10.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:09.188763+0000 mgr.smithi098.snaxby (mgr.14182) 963 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:10.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:09.178435+0000 mgr.smithi098.snaxby (mgr.14182) 962 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:10.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:09.188763+0000 mgr.smithi098.snaxby (mgr.14182) 963 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:10.968 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:12.833 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:11.179036+0000 mgr.smithi098.snaxby (mgr.14182) 964 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:12.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:11.179036+0000 mgr.smithi098.snaxby (mgr.14182) 964 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:13.258 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:13.258 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:14.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:14.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:13.179514+0000 mgr.smithi098.snaxby (mgr.14182) 965 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:14.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:13.253133+0000 mgr.smithi098.snaxby (mgr.14182) 966 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:14.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:13.179514+0000 mgr.smithi098.snaxby (mgr.14182) 965 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:14.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:13.253133+0000 mgr.smithi098.snaxby (mgr.14182) 966 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:15.024 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:16.831 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:15.180048+0000 mgr.smithi098.snaxby (mgr.14182) 967 : 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-02-23T00:56:16.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:15.180048+0000 mgr.smithi098.snaxby (mgr.14182) 967 : 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-02-23T00:56:17.264 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:17.264 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:18.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:18.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:17.180648+0000 mgr.smithi098.snaxby (mgr.14182) 968 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:18.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:17.258778+0000 mgr.smithi098.snaxby (mgr.14182) 969 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:18.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:17.180648+0000 mgr.smithi098.snaxby (mgr.14182) 968 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:18.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:17.258778+0000 mgr.smithi098.snaxby (mgr.14182) 969 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:19.029 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:20.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:19.181197+0000 mgr.smithi098.snaxby (mgr.14182) 970 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:20.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:19.181197+0000 mgr.smithi098.snaxby (mgr.14182) 970 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:21.369 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:21.369 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:21.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:22.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:21.181763+0000 mgr.smithi098.snaxby (mgr.14182) 971 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:22.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:21.363236+0000 mgr.smithi098.snaxby (mgr.14182) 972 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:22.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:21.181763+0000 mgr.smithi098.snaxby (mgr.14182) 971 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:22.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:21.363236+0000 mgr.smithi098.snaxby (mgr.14182) 972 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:22.991 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:23.899 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:23.166395+0000 mon.smithi098 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:56:23.899 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:23.584277+0000 mon.smithi098 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:23.166395+0000 mon.smithi098 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:56:23.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:23.584277+0000 mon.smithi098 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:24.792 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:23.182302+0000 mgr.smithi098.snaxby (mgr.14182) 973 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:24.949 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:23.182302+0000 mgr.smithi098.snaxby (mgr.14182) 973 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:25.240 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:25.240 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:48.110141Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:48.110843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:48.110307Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:48.110381Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:48.110445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:48.110572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:49:48.110509Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:26.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:26.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:25.182854+0000 mgr.smithi098.snaxby (mgr.14182) 974 : 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-02-23T00:56:26.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:25.234436+0000 mgr.smithi098.snaxby (mgr.14182) 975 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:26.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:26.474899+0000 mon.smithi098 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:25.182854+0000 mgr.smithi098.snaxby (mgr.14182) 974 : 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-02-23T00:56:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:25.234436+0000 mgr.smithi098.snaxby (mgr.14182) 975 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:26.474899+0000 mon.smithi098 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:27.451 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:28.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:27.183444+0000 mgr.smithi098.snaxby (mgr.14182) 976 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:28.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:27.183444+0000 mgr.smithi098.snaxby (mgr.14182) 976 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:30.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:30.611 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:49:53.911396Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:49:53.911463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:49:53.911527Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:49:53.911897Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:49:53.911324Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:49:53.911162Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:49:53.911987Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:49:53.911588Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:49:53.911651Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:30.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:29.183920+0000 mgr.smithi098.snaxby (mgr.14182) 977 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:30.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:29.183920+0000 mgr.smithi098.snaxby (mgr.14182) 977 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:31.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:31.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:30.604947+0000 mgr.smithi098.snaxby (mgr.14182) 978 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:30.604947+0000 mgr.smithi098.snaxby (mgr.14182) 978 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:32.445 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:33.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:31.184485+0000 mgr.smithi098.snaxby (mgr.14182) 979 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:31.820287+0000 mon.smithi098 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:32.103664+0000 mon.smithi098 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:32.104267+0000 mon.smithi098 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:32.110640+0000 mon.smithi098 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:32.114197+0000 mon.smithi098 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:56:33.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:32.123032+0000 mon.smithi098 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:31.184485+0000 mgr.smithi098.snaxby (mgr.14182) 979 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:31.820287+0000 mon.smithi098 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:32.103664+0000 mon.smithi098 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:32.104267+0000 mon.smithi098 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:32.110640+0000 mon.smithi098 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:32.114197+0000 mon.smithi098 (mon.0) 730 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:56:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:32.123032+0000 mon.smithi098 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:34.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:32.111336+0000 mgr.smithi098.snaxby (mgr.14182) 980 : cluster [DBG] pgmap v686: 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-02-23T00:56:34.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:56:32.124839+0000 mgr.smithi098.snaxby (mgr.14182) 981 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.hqgsbl on smithi122 2024-02-23T00:56:34.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:33.108914+0000 mon.smithi098 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:56:34.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:33.108947+0000 mon.smithi098 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-02-23T00:56:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:32.111336+0000 mgr.smithi098.snaxby (mgr.14182) 980 : cluster [DBG] pgmap v686: 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-02-23T00:56:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:56:32.124839+0000 mgr.smithi098.snaxby (mgr.14182) 981 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.hqgsbl on smithi122 2024-02-23T00:56:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:33.108914+0000 mon.smithi098 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:56:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:33.108947+0000 mon.smithi098 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-02-23T00:56:34.857 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:34.857 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:35.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:36.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:34.111801+0000 mgr.smithi098.snaxby (mgr.14182) 982 : cluster [DBG] pgmap v687: 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-02-23T00:56:36.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:34.111801+0000 mgr.smithi098.snaxby (mgr.14182) 982 : cluster [DBG] pgmap v687: 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-02-23T00:56:36.579 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:36.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:34.851411+0000 mgr.smithi098.snaxby (mgr.14182) 983 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:37.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:34.851411+0000 mgr.smithi098.snaxby (mgr.14182) 983 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:38.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:36.112378+0000 mgr.smithi098.snaxby (mgr.14182) 984 : cluster [DBG] pgmap v688: 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-02-23T00:56:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:36.112378+0000 mgr.smithi098.snaxby (mgr.14182) 984 : cluster [DBG] pgmap v688: 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-02-23T00:56:38.778 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:38.778 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:39.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:40.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:38.112851+0000 mgr.smithi098.snaxby (mgr.14182) 985 : cluster [DBG] pgmap v689: 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-02-23T00:56:40.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:38.771999+0000 mgr.smithi098.snaxby (mgr.14182) 986 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:38.112851+0000 mgr.smithi098.snaxby (mgr.14182) 985 : cluster [DBG] pgmap v689: 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-02-23T00:56:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:38.771999+0000 mgr.smithi098.snaxby (mgr.14182) 986 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:40.550 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:40.113321+0000 mgr.smithi098.snaxby (mgr.14182) 987 : cluster [DBG] pgmap v690: 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-02-23T00:56:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:40.113321+0000 mgr.smithi098.snaxby (mgr.14182) 987 : cluster [DBG] pgmap v690: 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-02-23T00:56:42.783 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:42.783 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:43.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:43.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:42.113850+0000 mgr.smithi098.snaxby (mgr.14182) 988 : cluster [DBG] pgmap v691: 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-02-23T00:56:43.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:42.776832+0000 mgr.smithi098.snaxby (mgr.14182) 989 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:42.113850+0000 mgr.smithi098.snaxby (mgr.14182) 988 : cluster [DBG] pgmap v691: 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-02-23T00:56:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:42.776832+0000 mgr.smithi098.snaxby (mgr.14182) 989 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:44.626 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:46.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:44.114416+0000 mgr.smithi098.snaxby (mgr.14182) 990 : 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-02-23T00:56:46.068 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:45.017850+0000 mon.smithi098 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:44.114416+0000 mgr.smithi098.snaxby (mgr.14182) 990 : 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-02-23T00:56:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:45.017850+0000 mon.smithi098 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T00:56:46.764 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:46.764 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:47.119 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:46.114899+0000 mgr.smithi098.snaxby (mgr.14182) 991 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:47.119 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:46.758057+0000 mgr.smithi098.snaxby (mgr.14182) 992 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:47.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:46.114899+0000 mgr.smithi098.snaxby (mgr.14182) 991 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:47.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:46.758057+0000 mgr.smithi098.snaxby (mgr.14182) 992 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:47.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:48.457 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:49.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:48.115352+0000 mgr.smithi098.snaxby (mgr.14182) 993 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:49.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:48.115352+0000 mgr.smithi098.snaxby (mgr.14182) 993 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:50.631 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:50.632 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:51.255 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:50.115888+0000 mgr.smithi098.snaxby (mgr.14182) 994 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:51.255 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:50.625883+0000 mgr.smithi098.snaxby (mgr.14182) 995 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:51.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:50.115888+0000 mgr.smithi098.snaxby (mgr.14182) 994 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:51.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:50.625883+0000 mgr.smithi098.snaxby (mgr.14182) 995 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:52.276 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:53.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:52.116659+0000 mgr.smithi098.snaxby (mgr.14182) 996 : 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-02-23T00:56:53.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:52.116659+0000 mgr.smithi098.snaxby (mgr.14182) 996 : 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-02-23T00:56:54.517 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:54.517 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:55.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:55.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:54.117128+0000 mgr.smithi098.snaxby (mgr.14182) 997 : 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-02-23T00:56:55.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:54.510995+0000 mgr.smithi098.snaxby (mgr.14182) 998 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:54.117128+0000 mgr.smithi098.snaxby (mgr.14182) 997 : 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-02-23T00:56:55.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:54.510995+0000 mgr.smithi098.snaxby (mgr.14182) 998 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:56.290 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:56:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:56.117722+0000 mgr.smithi098.snaxby (mgr.14182) 999 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:57.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:56.117722+0000 mgr.smithi098.snaxby (mgr.14182) 999 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:58.498 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:56:58.498 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:56:59.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:56:59.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:56:58.118146+0000 mgr.smithi098.snaxby (mgr.14182) 1000 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:59.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:56:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:56:58.492665+0000 mgr.smithi098.snaxby (mgr.14182) 1001 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:56:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:56:58.118146+0000 mgr.smithi098.snaxby (mgr.14182) 1000 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:56:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:56:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:56:58.492665+0000 mgr.smithi098.snaxby (mgr.14182) 1001 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:00.223 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:01.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:00.118564+0000 mgr.smithi098.snaxby (mgr.14182) 1002 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:01.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:00.118564+0000 mgr.smithi098.snaxby (mgr.14182) 1002 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:02.510 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:02.510 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:03.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:03.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:02.119245+0000 mgr.smithi098.snaxby (mgr.14182) 1003 : 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-02-23T00:57:03.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:02.504619+0000 mgr.smithi098.snaxby (mgr.14182) 1004 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:03.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:02.119245+0000 mgr.smithi098.snaxby (mgr.14182) 1003 : 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-02-23T00:57:03.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:02.504619+0000 mgr.smithi098.snaxby (mgr.14182) 1004 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:04.345 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:05.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:04.119914+0000 mgr.smithi098.snaxby (mgr.14182) 1005 : 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-02-23T00:57:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:04.119914+0000 mgr.smithi098.snaxby (mgr.14182) 1005 : 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-02-23T00:57:06.761 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:06.761 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:07.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:06.120406+0000 mgr.smithi098.snaxby (mgr.14182) 1006 : 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-02-23T00:57:07.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:06.754743+0000 mgr.smithi098.snaxby (mgr.14182) 1007 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:07.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:06.120406+0000 mgr.smithi098.snaxby (mgr.14182) 1006 : 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-02-23T00:57:07.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:06.754743+0000 mgr.smithi098.snaxby (mgr.14182) 1007 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:07.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:08.536 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:09.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:08.120945+0000 mgr.smithi098.snaxby (mgr.14182) 1008 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:09.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:08.120945+0000 mgr.smithi098.snaxby (mgr.14182) 1008 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:10.661 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:10.661 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:11.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:10.121457+0000 mgr.smithi098.snaxby (mgr.14182) 1009 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:11.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:10.655548+0000 mgr.smithi098.snaxby (mgr.14182) 1010 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:11.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:10.121457+0000 mgr.smithi098.snaxby (mgr.14182) 1009 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:11.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:10.655548+0000 mgr.smithi098.snaxby (mgr.14182) 1010 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:11.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:12.486 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:13.207 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:12.122118+0000 mgr.smithi098.snaxby (mgr.14182) 1011 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:13.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:12.122118+0000 mgr.smithi098.snaxby (mgr.14182) 1011 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:14.587 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:14.588 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:15.368 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:14.122556+0000 mgr.smithi098.snaxby (mgr.14182) 1012 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:15.368 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:14.582031+0000 mgr.smithi098.snaxby (mgr.14182) 1013 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:15.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:14.122556+0000 mgr.smithi098.snaxby (mgr.14182) 1012 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:15.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:14.582031+0000 mgr.smithi098.snaxby (mgr.14182) 1013 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:16.390 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:17.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:16.123111+0000 mgr.smithi098.snaxby (mgr.14182) 1014 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:17.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:16.123111+0000 mgr.smithi098.snaxby (mgr.14182) 1014 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:18.554 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:18.554 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:19.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:19.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:18.123669+0000 mgr.smithi098.snaxby (mgr.14182) 1015 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:19.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:18.548420+0000 mgr.smithi098.snaxby (mgr.14182) 1016 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:18.123669+0000 mgr.smithi098.snaxby (mgr.14182) 1015 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:19.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:18.548420+0000 mgr.smithi098.snaxby (mgr.14182) 1016 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:20.312 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:21.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:20.124324+0000 mgr.smithi098.snaxby (mgr.14182) 1017 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:21.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:20.124324+0000 mgr.smithi098.snaxby (mgr.14182) 1017 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:22.532 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:22.533 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:23.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:23.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:22.124893+0000 mgr.smithi098.snaxby (mgr.14182) 1018 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:23.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:22.527021+0000 mgr.smithi098.snaxby (mgr.14182) 1019 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:22.124893+0000 mgr.smithi098.snaxby (mgr.14182) 1018 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:22.527021+0000 mgr.smithi098.snaxby (mgr.14182) 1019 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:24.202 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:24.125384+0000 mgr.smithi098.snaxby (mgr.14182) 1020 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:24.125384+0000 mgr.smithi098.snaxby (mgr.14182) 1020 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:26.404 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:26.404 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:27.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:27.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:26.125851+0000 mgr.smithi098.snaxby (mgr.14182) 1021 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:27.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:26.397708+0000 mgr.smithi098.snaxby (mgr.14182) 1022 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:26.125851+0000 mgr.smithi098.snaxby (mgr.14182) 1021 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:26.397708+0000 mgr.smithi098.snaxby (mgr.14182) 1022 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:28.164 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:29.590 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:28.126436+0000 mgr.smithi098.snaxby (mgr.14182) 1023 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:28.126436+0000 mgr.smithi098.snaxby (mgr.14182) 1023 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:30.282 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:30.283 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:30.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:31.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:30.126919+0000 mgr.smithi098.snaxby (mgr.14182) 1024 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:31.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:30.276532+0000 mgr.smithi098.snaxby (mgr.14182) 1025 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:30.126919+0000 mgr.smithi098.snaxby (mgr.14182) 1024 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:30.276532+0000 mgr.smithi098.snaxby (mgr.14182) 1025 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:31.953 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:33.396 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:32.127389+0000 mgr.smithi098.snaxby (mgr.14182) 1026 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:32.127389+0000 mgr.smithi098.snaxby (mgr.14182) 1026 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:34.086 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:34.086 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:34.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:34.080540+0000 mgr.smithi098.snaxby (mgr.14182) 1027 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:34.127917+0000 mgr.smithi098.snaxby (mgr.14182) 1028 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:34.080540+0000 mgr.smithi098.snaxby (mgr.14182) 1027 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:34.127917+0000 mgr.smithi098.snaxby (mgr.14182) 1028 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:35.732 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:37.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:36.128358+0000 mgr.smithi098.snaxby (mgr.14182) 1029 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:36.128358+0000 mgr.smithi098.snaxby (mgr.14182) 1029 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:38.032 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:38.032 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:38.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:39.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:38.022774+0000 mgr.smithi098.snaxby (mgr.14182) 1030 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:39.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:38.128745+0000 mgr.smithi098.snaxby (mgr.14182) 1031 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:38.022774+0000 mgr.smithi098.snaxby (mgr.14182) 1030 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:38.128745+0000 mgr.smithi098.snaxby (mgr.14182) 1031 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:39.764 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:41.400 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:40.129308+0000 mgr.smithi098.snaxby (mgr.14182) 1032 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:40.129308+0000 mgr.smithi098.snaxby (mgr.14182) 1032 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:42.131 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:42.132 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:42.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:43.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:42.126126+0000 mgr.smithi098.snaxby (mgr.14182) 1033 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:43.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:42.129716+0000 mgr.smithi098.snaxby (mgr.14182) 1034 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:42.126126+0000 mgr.smithi098.snaxby (mgr.14182) 1033 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:42.129716+0000 mgr.smithi098.snaxby (mgr.14182) 1034 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:43.819 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:45.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:44.130114+0000 mgr.smithi098.snaxby (mgr.14182) 1035 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:44.130114+0000 mgr.smithi098.snaxby (mgr.14182) 1035 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:46.078 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:46.079 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:46.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:46.072646+0000 mgr.smithi098.snaxby (mgr.14182) 1036 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:47.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:46.130528+0000 mgr.smithi098.snaxby (mgr.14182) 1037 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:47.699 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:46.072646+0000 mgr.smithi098.snaxby (mgr.14182) 1036 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:46.130528+0000 mgr.smithi098.snaxby (mgr.14182) 1037 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:47.739 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:49.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:48.131073+0000 mgr.smithi098.snaxby (mgr.14182) 1038 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:49.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:48.131073+0000 mgr.smithi098.snaxby (mgr.14182) 1038 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:49.972 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:49.973 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:50.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:51.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:49.966901+0000 mgr.smithi098.snaxby (mgr.14182) 1039 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:51.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:50.131500+0000 mgr.smithi098.snaxby (mgr.14182) 1040 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:49.966901+0000 mgr.smithi098.snaxby (mgr.14182) 1039 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:50.131500+0000 mgr.smithi098.snaxby (mgr.14182) 1040 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:51.783 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:53.597 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:52.132229+0000 mgr.smithi098.snaxby (mgr.14182) 1041 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:52.132229+0000 mgr.smithi098.snaxby (mgr.14182) 1041 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:57:54.012 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:54.012 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:54.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:55.619 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:55.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:54.006899+0000 mgr.smithi098.snaxby (mgr.14182) 1042 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:55.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:54.132707+0000 mgr.smithi098.snaxby (mgr.14182) 1043 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:54.006899+0000 mgr.smithi098.snaxby (mgr.14182) 1042 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:54.132707+0000 mgr.smithi098.snaxby (mgr.14182) 1043 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:57.543 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:56.133386+0000 mgr.smithi098.snaxby (mgr.14182) 1044 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:57.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:56.133386+0000 mgr.smithi098.snaxby (mgr.14182) 1044 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:57.978 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:57:57.978 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:57:58.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:57:59.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:57:57.972042+0000 mgr.smithi098.snaxby (mgr.14182) 1045 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:59.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:57:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:57:58.134027+0000 mgr.smithi098.snaxby (mgr.14182) 1046 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:57:59.666 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:57:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:57:57.972042+0000 mgr.smithi098.snaxby (mgr.14182) 1045 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:57:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:57:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:57:58.134027+0000 mgr.smithi098.snaxby (mgr.14182) 1046 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:01.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:00.134423+0000 mgr.smithi098.snaxby (mgr.14182) 1047 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:01.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:00.134423+0000 mgr.smithi098.snaxby (mgr.14182) 1047 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:01.928 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:01.928 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:02.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:01.922842+0000 mgr.smithi098.snaxby (mgr.14182) 1048 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:03.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:02.134940+0000 mgr.smithi098.snaxby (mgr.14182) 1049 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:01.922842+0000 mgr.smithi098.snaxby (mgr.14182) 1048 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:02.134940+0000 mgr.smithi098.snaxby (mgr.14182) 1049 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:03.722 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:04.135335+0000 mgr.smithi098.snaxby (mgr.14182) 1050 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:04.135335+0000 mgr.smithi098.snaxby (mgr.14182) 1050 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:05.937 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:05.937 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:06.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:07.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:05.931824+0000 mgr.smithi098.snaxby (mgr.14182) 1051 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:07.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:06.136049+0000 mgr.smithi098.snaxby (mgr.14182) 1052 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:05.931824+0000 mgr.smithi098.snaxby (mgr.14182) 1051 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:06.136049+0000 mgr.smithi098.snaxby (mgr.14182) 1052 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:07.893 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:09.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:08.136413+0000 mgr.smithi098.snaxby (mgr.14182) 1053 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:08.136413+0000 mgr.smithi098.snaxby (mgr.14182) 1053 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:10.040 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:10.040 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:10.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:11.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:10.033918+0000 mgr.smithi098.snaxby (mgr.14182) 1054 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:11.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:10.136811+0000 mgr.smithi098.snaxby (mgr.14182) 1055 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:10.033918+0000 mgr.smithi098.snaxby (mgr.14182) 1054 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:10.136811+0000 mgr.smithi098.snaxby (mgr.14182) 1055 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:11.815 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:13.610 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:12.137270+0000 mgr.smithi098.snaxby (mgr.14182) 1056 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:13.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:12.137270+0000 mgr.smithi098.snaxby (mgr.14182) 1056 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:14.033 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:14.034 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:14.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:15.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:14.027820+0000 mgr.smithi098.snaxby (mgr.14182) 1057 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:15.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:14.137752+0000 mgr.smithi098.snaxby (mgr.14182) 1058 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:14.027820+0000 mgr.smithi098.snaxby (mgr.14182) 1057 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:14.137752+0000 mgr.smithi098.snaxby (mgr.14182) 1058 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:15.821 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:17.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:16.138246+0000 mgr.smithi098.snaxby (mgr.14182) 1059 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:16.138246+0000 mgr.smithi098.snaxby (mgr.14182) 1059 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:18.097 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:18.097 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:18.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:19.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:18.091441+0000 mgr.smithi098.snaxby (mgr.14182) 1060 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:19.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:18.138764+0000 mgr.smithi098.snaxby (mgr.14182) 1061 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:18.091441+0000 mgr.smithi098.snaxby (mgr.14182) 1060 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:18.138764+0000 mgr.smithi098.snaxby (mgr.14182) 1061 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:19.767 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:21.611 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:20.139208+0000 mgr.smithi098.snaxby (mgr.14182) 1062 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:20.139208+0000 mgr.smithi098.snaxby (mgr.14182) 1062 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:22.060 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:22.060 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:22.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:23.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:22.054297+0000 mgr.smithi098.snaxby (mgr.14182) 1063 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:23.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:22.139923+0000 mgr.smithi098.snaxby (mgr.14182) 1064 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:22.054297+0000 mgr.smithi098.snaxby (mgr.14182) 1063 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:22.139923+0000 mgr.smithi098.snaxby (mgr.14182) 1064 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:23.711 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:25.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:24.140332+0000 mgr.smithi098.snaxby (mgr.14182) 1065 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:24.140332+0000 mgr.smithi098.snaxby (mgr.14182) 1065 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:25.849 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:25.849 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:26.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:25.843538+0000 mgr.smithi098.snaxby (mgr.14182) 1066 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:26.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:25.843538+0000 mgr.smithi098.snaxby (mgr.14182) 1066 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:26.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:27.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:26.140782+0000 mgr.smithi098.snaxby (mgr.14182) 1067 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:26.140782+0000 mgr.smithi098.snaxby (mgr.14182) 1067 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:27.713 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:29.548 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:28.141166+0000 mgr.smithi098.snaxby (mgr.14182) 1068 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:28.141166+0000 mgr.smithi098.snaxby (mgr.14182) 1068 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:29.961 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:29.961 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:30.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:31.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:29.955145+0000 mgr.smithi098.snaxby (mgr.14182) 1069 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:31.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:30.141714+0000 mgr.smithi098.snaxby (mgr.14182) 1070 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:29.955145+0000 mgr.smithi098.snaxby (mgr.14182) 1069 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:30.141714+0000 mgr.smithi098.snaxby (mgr.14182) 1070 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:31.788 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:33.522 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:32.142422+0000 mgr.smithi098.snaxby (mgr.14182) 1071 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:32.142422+0000 mgr.smithi098.snaxby (mgr.14182) 1071 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:33.966 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:33.967 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:34.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:33.960685+0000 mgr.smithi098.snaxby (mgr.14182) 1072 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:34.142848+0000 mgr.smithi098.snaxby (mgr.14182) 1073 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:33.960685+0000 mgr.smithi098.snaxby (mgr.14182) 1072 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:34.142848+0000 mgr.smithi098.snaxby (mgr.14182) 1073 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:35.728 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:37.612 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:36.143465+0000 mgr.smithi098.snaxby (mgr.14182) 1074 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:36.143465+0000 mgr.smithi098.snaxby (mgr.14182) 1074 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:38.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:38.050 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:38.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:39.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:38.044227+0000 mgr.smithi098.snaxby (mgr.14182) 1075 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:39.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:38.144146+0000 mgr.smithi098.snaxby (mgr.14182) 1076 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:38.044227+0000 mgr.smithi098.snaxby (mgr.14182) 1075 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:38.144146+0000 mgr.smithi098.snaxby (mgr.14182) 1076 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:39.725 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:40.144774+0000 mgr.smithi098.snaxby (mgr.14182) 1077 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:40.144774+0000 mgr.smithi098.snaxby (mgr.14182) 1077 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:42.072 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:42.072 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:42.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:43.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:42.066987+0000 mgr.smithi098.snaxby (mgr.14182) 1078 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:43.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:42.145379+0000 mgr.smithi098.snaxby (mgr.14182) 1079 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:42.066987+0000 mgr.smithi098.snaxby (mgr.14182) 1078 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:42.145379+0000 mgr.smithi098.snaxby (mgr.14182) 1079 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:43.899 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:45.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:44.145780+0000 mgr.smithi098.snaxby (mgr.14182) 1080 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:44.145780+0000 mgr.smithi098.snaxby (mgr.14182) 1080 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:46.113 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:46.113 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:46.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:47.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:46.107239+0000 mgr.smithi098.snaxby (mgr.14182) 1081 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:47.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:46.146317+0000 mgr.smithi098.snaxby (mgr.14182) 1082 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:46.107239+0000 mgr.smithi098.snaxby (mgr.14182) 1081 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:46.146317+0000 mgr.smithi098.snaxby (mgr.14182) 1082 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:47.769 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:49.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:48.146688+0000 mgr.smithi098.snaxby (mgr.14182) 1083 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:49.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:48.146688+0000 mgr.smithi098.snaxby (mgr.14182) 1083 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:49.939 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:49.940 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:50.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:51.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:49.934053+0000 mgr.smithi098.snaxby (mgr.14182) 1084 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:51.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:50.147370+0000 mgr.smithi098.snaxby (mgr.14182) 1085 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:51.682 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:49.934053+0000 mgr.smithi098.snaxby (mgr.14182) 1084 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:50.147370+0000 mgr.smithi098.snaxby (mgr.14182) 1085 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:53.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:52.148019+0000 mgr.smithi098.snaxby (mgr.14182) 1086 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:52.148019+0000 mgr.smithi098.snaxby (mgr.14182) 1086 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:58:53.857 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:53.857 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:54.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:53.851149+0000 mgr.smithi098.snaxby (mgr.14182) 1087 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:54.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:54.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:53.851149+0000 mgr.smithi098.snaxby (mgr.14182) 1087 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:55.564 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:55.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:54.148438+0000 mgr.smithi098.snaxby (mgr.14182) 1088 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:54.148438+0000 mgr.smithi098.snaxby (mgr.14182) 1088 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:57.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:56.148924+0000 mgr.smithi098.snaxby (mgr.14182) 1089 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:57.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:56.148924+0000 mgr.smithi098.snaxby (mgr.14182) 1089 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:57.761 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:58:57.762 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:49:44.767474Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gerumf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:58:58.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:58:58.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:58:57.755973+0000 mgr.smithi098.snaxby (mgr.14182) 1090 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:58.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:58:57.755973+0000 mgr.smithi098.snaxby (mgr.14182) 1090 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:58:59.507 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:58:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:58:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:58:58.149316+0000 mgr.smithi098.snaxby (mgr.14182) 1091 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:58:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:58:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:58:58.149316+0000 mgr.smithi098.snaxby (mgr.14182) 1091 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:01.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:00.149834+0000 mgr.smithi098.snaxby (mgr.14182) 1092 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:01.640 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:01.641 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:01.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:00.149834+0000 mgr.smithi098.snaxby (mgr.14182) 1092 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:02.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:02.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:59:01.590478+0000 mgr.smithi098.snaxby (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T00:59:02.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:59:02.655 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:59:01.590671+0000 mgr.smithi098.snaxby (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:01.590944+0000 mon.smithi098 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.hqgsbl"}]: dispatch 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:59:01.591467+0000 mgr.smithi098.snaxby (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T00:59:02.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.657 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T00:59:01.592823+0000 mgr.smithi098.snaxby (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.gayawe on smithi098 2024-02-23T00:59:02.657 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:01.634791+0000 mgr.smithi098.snaxby (mgr.14182) 1097 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:02.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:59:01.590478+0000 mgr.smithi098.snaxby (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T00:59:02.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:59:01.590671+0000 mgr.smithi098.snaxby (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:01.590944+0000 mon.smithi098 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.hqgsbl"}]: dispatch 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:59:01.591467+0000 mgr.smithi098.snaxby (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.hqgsbl ... 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:57:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:58:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:59:02.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T00:59:02.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:59:02.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T00:59:01.592823+0000 mgr.smithi098.snaxby (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.gayawe on smithi098 2024-02-23T00:59:02.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:01.634791+0000 mgr.smithi098.snaxby (mgr.14182) 1097 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:03.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:03.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:02.150373+0000 mgr.smithi098.snaxby (mgr.14182) 1098 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:02.150373+0000 mgr.smithi098.snaxby (mgr.14182) 1098 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:05.542 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:05.542 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:05.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:04.151048+0000 mgr.smithi098.snaxby (mgr.14182) 1099 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:04.151048+0000 mgr.smithi098.snaxby (mgr.14182) 1099 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:06.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:06.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:05.535912+0000 mgr.smithi098.snaxby (mgr.14182) 1100 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:06.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:05.535912+0000 mgr.smithi098.snaxby (mgr.14182) 1100 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:07.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:07.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:06.151482+0000 mgr.smithi098.snaxby (mgr.14182) 1101 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:06.151482+0000 mgr.smithi098.snaxby (mgr.14182) 1101 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:09.504 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:09.504 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:08.151836+0000 mgr.smithi098.snaxby (mgr.14182) 1102 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:09.843 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:08.151836+0000 mgr.smithi098.snaxby (mgr.14182) 1102 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:10.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:10.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:09.495901+0000 mgr.smithi098.snaxby (mgr.14182) 1103 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:10.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:09.495901+0000 mgr.smithi098.snaxby (mgr.14182) 1103 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:11.172 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:11.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:10.152403+0000 mgr.smithi098.snaxby (mgr.14182) 1104 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:10.152403+0000 mgr.smithi098.snaxby (mgr.14182) 1104 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:13.360 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:13.360 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:13.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:12.152906+0000 mgr.smithi098.snaxby (mgr.14182) 1105 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:12.152906+0000 mgr.smithi098.snaxby (mgr.14182) 1105 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:14.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:14.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:13.354283+0000 mgr.smithi098.snaxby (mgr.14182) 1106 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:14.723 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:13.354283+0000 mgr.smithi098.snaxby (mgr.14182) 1106 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:15.041 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:14.153336+0000 mgr.smithi098.snaxby (mgr.14182) 1107 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:15.740 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:14.153336+0000 mgr.smithi098.snaxby (mgr.14182) 1107 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:17.313 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:17.314 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:17.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:16.153981+0000 mgr.smithi098.snaxby (mgr.14182) 1108 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:16.153981+0000 mgr.smithi098.snaxby (mgr.14182) 1108 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:17.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:18.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:17.307522+0000 mgr.smithi098.snaxby (mgr.14182) 1109 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:18.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:17.307522+0000 mgr.smithi098.snaxby (mgr.14182) 1109 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:18.981 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:18.154431+0000 mgr.smithi098.snaxby (mgr.14182) 1110 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:19.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:18.154431+0000 mgr.smithi098.snaxby (mgr.14182) 1110 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:21.095 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:21.095 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:20.154855+0000 mgr.smithi098.snaxby (mgr.14182) 1111 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:21.747 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:20.154855+0000 mgr.smithi098.snaxby (mgr.14182) 1111 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:21.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:22.771 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:22.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:21.089327+0000 mgr.smithi098.snaxby (mgr.14182) 1112 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:22.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:21.089327+0000 mgr.smithi098.snaxby (mgr.14182) 1112 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:23.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:22.155510+0000 mgr.smithi098.snaxby (mgr.14182) 1113 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:23.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:22.155510+0000 mgr.smithi098.snaxby (mgr.14182) 1113 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:25.048 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:25.049 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:25.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:24.155962+0000 mgr.smithi098.snaxby (mgr.14182) 1114 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:25.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:25.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:24.155962+0000 mgr.smithi098.snaxby (mgr.14182) 1114 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:26.850 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:26.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:25.042971+0000 mgr.smithi098.snaxby (mgr.14182) 1115 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:26.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:25.042971+0000 mgr.smithi098.snaxby (mgr.14182) 1115 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:27.529 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:26.156394+0000 mgr.smithi098.snaxby (mgr.14182) 1116 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:27.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:26.156394+0000 mgr.smithi098.snaxby (mgr.14182) 1116 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:29.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:29.112 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:29.750 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:28.156919+0000 mgr.smithi098.snaxby (mgr.14182) 1117 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:29.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:29.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:28.156919+0000 mgr.smithi098.snaxby (mgr.14182) 1117 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:30.771 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:30.804 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:29.103579+0000 mgr.smithi098.snaxby (mgr.14182) 1118 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:30.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:29.103579+0000 mgr.smithi098.snaxby (mgr.14182) 1118 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:31.835 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:30.157310+0000 mgr.smithi098.snaxby (mgr.14182) 1119 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:31.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:30.157310+0000 mgr.smithi098.snaxby (mgr.14182) 1119 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:32.809 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:32.809 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:33.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:33.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:32.157788+0000 mgr.smithi098.snaxby (mgr.14182) 1120 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:33.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:32.803786+0000 mgr.smithi098.snaxby (mgr.14182) 1121 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:32.157788+0000 mgr.smithi098.snaxby (mgr.14182) 1120 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:32.803786+0000 mgr.smithi098.snaxby (mgr.14182) 1121 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:34.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:35.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:34.158436+0000 mgr.smithi098.snaxby (mgr.14182) 1122 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:35.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:34.158436+0000 mgr.smithi098.snaxby (mgr.14182) 1122 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:36.733 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:36.733 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:37.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:36.159077+0000 mgr.smithi098.snaxby (mgr.14182) 1123 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:37.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:36.727305+0000 mgr.smithi098.snaxby (mgr.14182) 1124 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:37.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:36.159077+0000 mgr.smithi098.snaxby (mgr.14182) 1123 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:37.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:36.727305+0000 mgr.smithi098.snaxby (mgr.14182) 1124 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:37.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:38.477 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:38.159615+0000 mgr.smithi098.snaxby (mgr.14182) 1125 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:38.159615+0000 mgr.smithi098.snaxby (mgr.14182) 1125 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:40.702 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:40.702 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:41.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:40.160219+0000 mgr.smithi098.snaxby (mgr.14182) 1126 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:41.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:40.696149+0000 mgr.smithi098.snaxby (mgr.14182) 1127 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:41.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:40.160219+0000 mgr.smithi098.snaxby (mgr.14182) 1126 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:40.696149+0000 mgr.smithi098.snaxby (mgr.14182) 1127 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:42.481 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:43.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:42.160720+0000 mgr.smithi098.snaxby (mgr.14182) 1128 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:42.160720+0000 mgr.smithi098.snaxby (mgr.14182) 1128 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:44.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:44.595 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:45.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:45.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:44.161191+0000 mgr.smithi098.snaxby (mgr.14182) 1129 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:45.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:44.589217+0000 mgr.smithi098.snaxby (mgr.14182) 1130 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:44.161191+0000 mgr.smithi098.snaxby (mgr.14182) 1129 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:44.589217+0000 mgr.smithi098.snaxby (mgr.14182) 1130 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:46.201 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:47.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:46.161632+0000 mgr.smithi098.snaxby (mgr.14182) 1131 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:46.161632+0000 mgr.smithi098.snaxby (mgr.14182) 1131 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:48.499 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:48.499 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:49.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:48.162055+0000 mgr.smithi098.snaxby (mgr.14182) 1132 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:49.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:48.492832+0000 mgr.smithi098.snaxby (mgr.14182) 1133 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:49.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:48.162055+0000 mgr.smithi098.snaxby (mgr.14182) 1132 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:49.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:48.492832+0000 mgr.smithi098.snaxby (mgr.14182) 1133 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:50.183 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:51.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:50.162597+0000 mgr.smithi098.snaxby (mgr.14182) 1134 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:50.162597+0000 mgr.smithi098.snaxby (mgr.14182) 1134 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:52.456 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:52.459 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:53.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:53.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:52.163186+0000 mgr.smithi098.snaxby (mgr.14182) 1135 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:53.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:52.450366+0000 mgr.smithi098.snaxby (mgr.14182) 1136 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:52.163186+0000 mgr.smithi098.snaxby (mgr.14182) 1135 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T00:59:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:52.450366+0000 mgr.smithi098.snaxby (mgr.14182) 1136 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:54.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:55.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:54.163677+0000 mgr.smithi098.snaxby (mgr.14182) 1137 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:54.163677+0000 mgr.smithi098.snaxby (mgr.14182) 1137 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:56.266 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T00:59:56.266 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T00:59:56.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T00:59:57.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:56.164193+0000 mgr.smithi098.snaxby (mgr.14182) 1138 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:57.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T00:59:56.259405+0000 mgr.smithi098.snaxby (mgr.14182) 1139 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:57.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:56.164193+0000 mgr.smithi098.snaxby (mgr.14182) 1138 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:57.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T00:59:56.259405+0000 mgr.smithi098.snaxby (mgr.14182) 1139 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:59:57.966 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:59:59.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 00:59:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T00:59:58.164585+0000 mgr.smithi098.snaxby (mgr.14182) 1140 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T00:59:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 00:59:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T00:59:58.164585+0000 mgr.smithi098.snaxby (mgr.14182) 1140 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:00.148 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:00.149 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:00.000084+0000 mon.smithi098 (mon.0) 736 : cluster [INF] overall HEALTH_OK 2024-02-23T01:00:00.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:00.000084+0000 mon.smithi098 (mon.0) 736 : cluster [INF] overall HEALTH_OK 2024-02-23T01:00:00.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:01.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:00.142761+0000 mgr.smithi098.snaxby (mgr.14182) 1141 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:01.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:00.165049+0000 mgr.smithi098.snaxby (mgr.14182) 1142 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:01.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:00.142761+0000 mgr.smithi098.snaxby (mgr.14182) 1141 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:01.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:00.165049+0000 mgr.smithi098.snaxby (mgr.14182) 1142 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:01.820 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:03.587 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:02.165577+0000 mgr.smithi098.snaxby (mgr.14182) 1143 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:02.165577+0000 mgr.smithi098.snaxby (mgr.14182) 1143 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:04.047 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:04.048 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:04.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:05.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:04.041928+0000 mgr.smithi098.snaxby (mgr.14182) 1144 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:05.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:04.166093+0000 mgr.smithi098.snaxby (mgr.14182) 1145 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:04.041928+0000 mgr.smithi098.snaxby (mgr.14182) 1144 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:04.166093+0000 mgr.smithi098.snaxby (mgr.14182) 1145 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:05.860 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:07.362 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:06.166795+0000 mgr.smithi098.snaxby (mgr.14182) 1146 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:06.166795+0000 mgr.smithi098.snaxby (mgr.14182) 1146 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:08.014 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:08.014 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:08.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:09.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:08.008467+0000 mgr.smithi098.snaxby (mgr.14182) 1147 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:09.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:08.167374+0000 mgr.smithi098.snaxby (mgr.14182) 1148 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:08.008467+0000 mgr.smithi098.snaxby (mgr.14182) 1147 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:09.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:08.167374+0000 mgr.smithi098.snaxby (mgr.14182) 1148 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:09.839 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:11.466 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:10.167914+0000 mgr.smithi098.snaxby (mgr.14182) 1149 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:10.167914+0000 mgr.smithi098.snaxby (mgr.14182) 1149 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:11.932 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:11.932 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:12.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:13.561 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:13.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:11.926231+0000 mgr.smithi098.snaxby (mgr.14182) 1150 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:13.594 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:12.168403+0000 mgr.smithi098.snaxby (mgr.14182) 1151 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:11.926231+0000 mgr.smithi098.snaxby (mgr.14182) 1150 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:12.168403+0000 mgr.smithi098.snaxby (mgr.14182) 1151 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:15.629 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:15.629 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:15.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:14.168781+0000 mgr.smithi098.snaxby (mgr.14182) 1152 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:14.168781+0000 mgr.smithi098.snaxby (mgr.14182) 1152 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:16.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:16.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:15.622833+0000 mgr.smithi098.snaxby (mgr.14182) 1153 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:16.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:15.622833+0000 mgr.smithi098.snaxby (mgr.14182) 1153 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:17.384 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:17.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:16.169493+0000 mgr.smithi098.snaxby (mgr.14182) 1154 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:16.169493+0000 mgr.smithi098.snaxby (mgr.14182) 1154 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:19.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:18.169924+0000 mgr.smithi098.snaxby (mgr.14182) 1155 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:18.169924+0000 mgr.smithi098.snaxby (mgr.14182) 1155 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:19.731 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:19.731 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:20.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:19.725814+0000 mgr.smithi098.snaxby (mgr.14182) 1156 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:20.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:20.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:19.725814+0000 mgr.smithi098.snaxby (mgr.14182) 1156 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:21.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:21.587 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:20.170462+0000 mgr.smithi098.snaxby (mgr.14182) 1157 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:20.170462+0000 mgr.smithi098.snaxby (mgr.14182) 1157 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:23.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:22.170988+0000 mgr.smithi098.snaxby (mgr.14182) 1158 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:22.170988+0000 mgr.smithi098.snaxby (mgr.14182) 1158 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:23.833 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:23.833 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:24.569 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:24 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:23.827218+0000 mgr.smithi098.snaxby (mgr.14182) 1159 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:24.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:24.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:24 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:23.827218+0000 mgr.smithi098.snaxby (mgr.14182) 1159 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:25.590 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:24.171357+0000 mgr.smithi098.snaxby (mgr.14182) 1160 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:24.171357+0000 mgr.smithi098.snaxby (mgr.14182) 1160 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:27.334 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:26.171850+0000 mgr.smithi098.snaxby (mgr.14182) 1161 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:26.171850+0000 mgr.smithi098.snaxby (mgr.14182) 1161 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:27.758 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:27.758 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:28.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:27.752590+0000 mgr.smithi098.snaxby (mgr.14182) 1162 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:28.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:28.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:27.752590+0000 mgr.smithi098.snaxby (mgr.14182) 1162 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:29.469 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:28.172342+0000 mgr.smithi098.snaxby (mgr.14182) 1163 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:28.172342+0000 mgr.smithi098.snaxby (mgr.14182) 1163 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:31.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:30.172841+0000 mgr.smithi098.snaxby (mgr.14182) 1164 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:31.687 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:31.687 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:30.172841+0000 mgr.smithi098.snaxby (mgr.14182) 1164 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:32.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:32.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:31.681435+0000 mgr.smithi098.snaxby (mgr.14182) 1165 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:32.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:31.681435+0000 mgr.smithi098.snaxby (mgr.14182) 1165 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:33.417 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:33.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:32.173279+0000 mgr.smithi098.snaxby (mgr.14182) 1166 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:33.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:32.173279+0000 mgr.smithi098.snaxby (mgr.14182) 1166 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:35.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:34.173725+0000 mgr.smithi098.snaxby (mgr.14182) 1167 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:35.538 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:35.538 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:34.173725+0000 mgr.smithi098.snaxby (mgr.14182) 1167 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:36.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:36.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:35.532466+0000 mgr.smithi098.snaxby (mgr.14182) 1168 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:36.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:35.532466+0000 mgr.smithi098.snaxby (mgr.14182) 1168 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:37.215 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:37.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:36.174204+0000 mgr.smithi098.snaxby (mgr.14182) 1169 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:37.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:36.174204+0000 mgr.smithi098.snaxby (mgr.14182) 1169 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:39.420 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:39.421 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:39.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:38.174700+0000 mgr.smithi098.snaxby (mgr.14182) 1170 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:39.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:38.174700+0000 mgr.smithi098.snaxby (mgr.14182) 1170 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:40.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:40.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:39.414704+0000 mgr.smithi098.snaxby (mgr.14182) 1171 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:40.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:39.414704+0000 mgr.smithi098.snaxby (mgr.14182) 1171 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:41.131 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:41.548 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:40.175185+0000 mgr.smithi098.snaxby (mgr.14182) 1172 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:40.175185+0000 mgr.smithi098.snaxby (mgr.14182) 1172 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:43.417 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:43.418 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:43.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:42.175661+0000 mgr.smithi098.snaxby (mgr.14182) 1173 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:42.175661+0000 mgr.smithi098.snaxby (mgr.14182) 1173 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:44.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:44.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:43.412167+0000 mgr.smithi098.snaxby (mgr.14182) 1174 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:44.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:43.412167+0000 mgr.smithi098.snaxby (mgr.14182) 1174 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:45.189 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:45.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:44.176108+0000 mgr.smithi098.snaxby (mgr.14182) 1175 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:45.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:44.176108+0000 mgr.smithi098.snaxby (mgr.14182) 1175 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:47.368 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:47.368 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:47.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:46.176580+0000 mgr.smithi098.snaxby (mgr.14182) 1176 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:47.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:46.176580+0000 mgr.smithi098.snaxby (mgr.14182) 1176 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:48.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:48.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:47.362102+0000 mgr.smithi098.snaxby (mgr.14182) 1177 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:48.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:47.362102+0000 mgr.smithi098.snaxby (mgr.14182) 1177 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:49.060 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:49.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:48.177129+0000 mgr.smithi098.snaxby (mgr.14182) 1178 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:49.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:48.177129+0000 mgr.smithi098.snaxby (mgr.14182) 1178 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:51.297 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:51.297 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:51.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:50.177560+0000 mgr.smithi098.snaxby (mgr.14182) 1179 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:51.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:50.177560+0000 mgr.smithi098.snaxby (mgr.14182) 1179 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:52.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:52.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:52 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:51.291684+0000 mgr.smithi098.snaxby (mgr.14182) 1180 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:52.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:52 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:51.291684+0000 mgr.smithi098.snaxby (mgr.14182) 1180 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:53.014 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:53.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:52.178114+0000 mgr.smithi098.snaxby (mgr.14182) 1181 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:53.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:52.178114+0000 mgr.smithi098.snaxby (mgr.14182) 1181 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:00:55.166 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:55.166 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:55.569 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:54.178481+0000 mgr.smithi098.snaxby (mgr.14182) 1182 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:55.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:54.178481+0000 mgr.smithi098.snaxby (mgr.14182) 1182 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:56.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:00:56.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:56 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:55.159980+0000 mgr.smithi098.snaxby (mgr.14182) 1183 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:56.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:56 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:55.159980+0000 mgr.smithi098.snaxby (mgr.14182) 1183 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:00:57.020 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:00:57.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:56.179026+0000 mgr.smithi098.snaxby (mgr.14182) 1184 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:57.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:56.179026+0000 mgr.smithi098.snaxby (mgr.14182) 1184 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:59.108 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:00:59.108 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:00:59.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:00:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:00:58.179612+0000 mgr.smithi098.snaxby (mgr.14182) 1185 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:59.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:00:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:00:58.179612+0000 mgr.smithi098.snaxby (mgr.14182) 1185 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:00:59.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:00.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:00 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:00:59.098295+0000 mgr.smithi098.snaxby (mgr.14182) 1186 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:00.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:00 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:00:59.098295+0000 mgr.smithi098.snaxby (mgr.14182) 1186 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:00.852 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:01.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:00.180029+0000 mgr.smithi098.snaxby (mgr.14182) 1187 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:01.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:00.180029+0000 mgr.smithi098.snaxby (mgr.14182) 1187 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:03.089 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:03.089 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:03.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:02.180658+0000 mgr.smithi098.snaxby (mgr.14182) 1188 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:03.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:02.180658+0000 mgr.smithi098.snaxby (mgr.14182) 1188 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:03.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:04.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:04 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:03.083237+0000 mgr.smithi098.snaxby (mgr.14182) 1189 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:04.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:04 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:03.083237+0000 mgr.smithi098.snaxby (mgr.14182) 1189 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:04.844 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:05.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:04.181171+0000 mgr.smithi098.snaxby (mgr.14182) 1190 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:05.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:04.181171+0000 mgr.smithi098.snaxby (mgr.14182) 1190 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:07.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:07.052 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:07.398 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:06.181651+0000 mgr.smithi098.snaxby (mgr.14182) 1191 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:07.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:06.181651+0000 mgr.smithi098.snaxby (mgr.14182) 1191 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:07.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:08.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:08 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:07.045888+0000 mgr.smithi098.snaxby (mgr.14182) 1192 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:08.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:08 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:07.045888+0000 mgr.smithi098.snaxby (mgr.14182) 1192 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:08.834 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:09.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:08.182325+0000 mgr.smithi098.snaxby (mgr.14182) 1193 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:09.524 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:08.182325+0000 mgr.smithi098.snaxby (mgr.14182) 1193 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:11.048 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:11.049 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:11.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:10.182875+0000 mgr.smithi098.snaxby (mgr.14182) 1194 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:11.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:10.182875+0000 mgr.smithi098.snaxby (mgr.14182) 1194 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:11.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:12.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:12 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:11.042699+0000 mgr.smithi098.snaxby (mgr.14182) 1195 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:12.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:12 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:11.042699+0000 mgr.smithi098.snaxby (mgr.14182) 1195 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:12.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:13.498 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:12.183340+0000 mgr.smithi098.snaxby (mgr.14182) 1196 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:13.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:12.183340+0000 mgr.smithi098.snaxby (mgr.14182) 1196 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:14.932 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:14.933 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:15.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:14.183975+0000 mgr.smithi098.snaxby (mgr.14182) 1197 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:15.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:14.183975+0000 mgr.smithi098.snaxby (mgr.14182) 1197 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:15.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:16.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:16 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:14.926764+0000 mgr.smithi098.snaxby (mgr.14182) 1198 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:16.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:16 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:14.926764+0000 mgr.smithi098.snaxby (mgr.14182) 1198 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:16.711 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:17.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:16.184457+0000 mgr.smithi098.snaxby (mgr.14182) 1199 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:17.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:16.184457+0000 mgr.smithi098.snaxby (mgr.14182) 1199 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:18.897 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:18.897 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:19.615 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:18.184806+0000 mgr.smithi098.snaxby (mgr.14182) 1200 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:19.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:19.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:18.184806+0000 mgr.smithi098.snaxby (mgr.14182) 1200 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:20.635 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:20.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:20 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:18.890560+0000 mgr.smithi098.snaxby (mgr.14182) 1201 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:20.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:20 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:18.890560+0000 mgr.smithi098.snaxby (mgr.14182) 1201 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:21.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:20.185335+0000 mgr.smithi098.snaxby (mgr.14182) 1202 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:21.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:20.185335+0000 mgr.smithi098.snaxby (mgr.14182) 1202 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:22.854 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:22.854 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:23.563 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:22.185825+0000 mgr.smithi098.snaxby (mgr.14182) 1203 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:23.564 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:22.848471+0000 mgr.smithi098.snaxby (mgr.14182) 1204 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:23.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:22.185825+0000 mgr.smithi098.snaxby (mgr.14182) 1203 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:23.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:22.848471+0000 mgr.smithi098.snaxby (mgr.14182) 1204 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:24.584 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:25.283 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:24.186552+0000 mgr.smithi098.snaxby (mgr.14182) 1205 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:25.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:24.186552+0000 mgr.smithi098.snaxby (mgr.14182) 1205 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:26.782 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:26.782 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:27.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:26.187105+0000 mgr.smithi098.snaxby (mgr.14182) 1206 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:27.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:26.776371+0000 mgr.smithi098.snaxby (mgr.14182) 1207 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:27.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:26.187105+0000 mgr.smithi098.snaxby (mgr.14182) 1206 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:27.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:26.776371+0000 mgr.smithi098.snaxby (mgr.14182) 1207 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:28.448 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:29.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:28.187722+0000 mgr.smithi098.snaxby (mgr.14182) 1208 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:29.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:28.187722+0000 mgr.smithi098.snaxby (mgr.14182) 1208 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:30.590 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:30.590 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:52:23.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cfhctk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-cfhctk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.cfhctk\nDeploy daemon haproxy.nfs.foo.smithi122.cfhctk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:50:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:51:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.160938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.rokkzk on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-rokkzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.rokkzk\nDeploy daemon haproxy.nfs.foo.smithi098.rokkzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:53:30Z\" 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-02-23T00:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:55:23.162293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.goxpuz on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:31.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:31.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:30.188191+0000 mgr.smithi098.snaxby (mgr.14182) 1209 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:31.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:30.584314+0000 mgr.smithi098.snaxby (mgr.14182) 1210 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:30.188191+0000 mgr.smithi098.snaxby (mgr.14182) 1209 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:31.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:30.584314+0000 mgr.smithi098.snaxby (mgr.14182) 1210 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:32.397 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:32.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:32.034223+0000 mon.smithi098 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.gayawe"}]: dispatch 2024-02-23T01:01:32.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:32.034223+0000 mon.smithi098 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.gayawe"}]: dispatch 2024-02-23T01:01:33.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:01:32.033681+0000 mgr.smithi098.snaxby (mgr.14182) 1211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:01:32.033881+0000 mgr.smithi098.snaxby (mgr.14182) 1212 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:01:32.034964+0000 mgr.smithi098.snaxby (mgr.14182) 1213 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:01:32.037185+0000 mgr.smithi098.snaxby (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:01:32.038312+0000 mgr.smithi098.snaxby (mgr.14182) 1215 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:32.039281+0000 mgr.smithi098.snaxby (mgr.14182) 1216 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T01:01:33.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:32.282976+0000 mon.smithi098 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:01:32.033681+0000 mgr.smithi098.snaxby (mgr.14182) 1211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.702 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:01:32.033881+0000 mgr.smithi098.snaxby (mgr.14182) 1212 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:01:32.034964+0000 mgr.smithi098.snaxby (mgr.14182) 1213 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi098.gayawe ... 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.703 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T00:59:39Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:16Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:00:54Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:01:32.037185+0000 mgr.smithi098.snaxby (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:01:32.038312+0000 mgr.smithi098.snaxby (mgr.14182) 1215 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:32.039281+0000 mgr.smithi098.snaxby (mgr.14182) 1216 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T01:01:33.704 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:32.282976+0000 mon.smithi098 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T01:01:34.686 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:34.686 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:35.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:34.039994+0000 mgr.smithi098.snaxby (mgr.14182) 1217 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:34.680081+0000 mgr.smithi098.snaxby (mgr.14182) 1218 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:34.039994+0000 mgr.smithi098.snaxby (mgr.14182) 1217 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:35.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:34.680081+0000 mgr.smithi098.snaxby (mgr.14182) 1218 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:36.421 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:36.863 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:36 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:35.594742+0000 mon.smithi098 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:01:36.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:36 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:35.594742+0000 mon.smithi098 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:01:37.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:36.041117+0000 mgr.smithi098.snaxby (mgr.14182) 1219 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:37.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:36.041117+0000 mgr.smithi098.snaxby (mgr.14182) 1219 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:38.608 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:38.608 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:39.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:39.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:38.041705+0000 mgr.smithi098.snaxby (mgr.14182) 1220 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:39.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:38.601604+0000 mgr.smithi098.snaxby (mgr.14182) 1221 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:39.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:38.041705+0000 mgr.smithi098.snaxby (mgr.14182) 1220 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:39.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:38.601604+0000 mgr.smithi098.snaxby (mgr.14182) 1221 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:40.284 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:40.042305+0000 mgr.smithi098.snaxby (mgr.14182) 1222 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:41.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:40.042305+0000 mgr.smithi098.snaxby (mgr.14182) 1222 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-23T01:01:43.005 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:43.005 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:43.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:43.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:42.043256+0000 mgr.smithi098.snaxby (mgr.14182) 1223 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T01:01:43.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:42.043256+0000 mgr.smithi098.snaxby (mgr.14182) 1223 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-23T01:01:44.659 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:44.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:42.999189+0000 mgr.smithi098.snaxby (mgr.14182) 1224 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:44.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:42.999189+0000 mgr.smithi098.snaxby (mgr.14182) 1224 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:45.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:44.043837+0000 mgr.smithi098.snaxby (mgr.14182) 1225 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:45.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:45.023842+0000 mon.smithi098 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:01:45.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:44.043837+0000 mgr.smithi098.snaxby (mgr.14182) 1225 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:45.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:45.023842+0000 mon.smithi098 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:01:46.837 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:46.837 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:47.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:47.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:46.044655+0000 mgr.smithi098.snaxby (mgr.14182) 1226 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:47.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:46.831151+0000 mgr.smithi098.snaxby (mgr.14182) 1227 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:47.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:46.044655+0000 mgr.smithi098.snaxby (mgr.14182) 1226 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:47.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:46.831151+0000 mgr.smithi098.snaxby (mgr.14182) 1227 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:48.614 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:49.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:48.045507+0000 mgr.smithi098.snaxby (mgr.14182) 1228 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:49.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:48.045507+0000 mgr.smithi098.snaxby (mgr.14182) 1228 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:50.789 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:50.789 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:51.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:51.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:50.046253+0000 mgr.smithi098.snaxby (mgr.14182) 1229 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:51.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:50.783532+0000 mgr.smithi098.snaxby (mgr.14182) 1230 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:51.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:50.046253+0000 mgr.smithi098.snaxby (mgr.14182) 1229 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:51.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:50.783532+0000 mgr.smithi098.snaxby (mgr.14182) 1230 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:52.488 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:53.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:52.047010+0000 mgr.smithi098.snaxby (mgr.14182) 1231 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:53.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:52.047010+0000 mgr.smithi098.snaxby (mgr.14182) 1231 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:01:54.635 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:54.635 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:55.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:55.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:54.047510+0000 mgr.smithi098.snaxby (mgr.14182) 1232 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:55.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:54.629166+0000 mgr.smithi098.snaxby (mgr.14182) 1233 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:55.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:54.047510+0000 mgr.smithi098.snaxby (mgr.14182) 1232 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:55.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:54.629166+0000 mgr.smithi098.snaxby (mgr.14182) 1233 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:56.475 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:01:57.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:56.048230+0000 mgr.smithi098.snaxby (mgr.14182) 1234 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:57.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:56.048230+0000 mgr.smithi098.snaxby (mgr.14182) 1234 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:58.693 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:01:58.693 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:01:59.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:01:59.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:01:58.048816+0000 mgr.smithi098.snaxby (mgr.14182) 1235 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:59.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:01:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:01:58.686835+0000 mgr.smithi098.snaxby (mgr.14182) 1236 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:01:59.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:01:58.048816+0000 mgr.smithi098.snaxby (mgr.14182) 1235 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:01:59.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:01:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:01:58.686835+0000 mgr.smithi098.snaxby (mgr.14182) 1236 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:00.416 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:01.860 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:00.049360+0000 mgr.smithi098.snaxby (mgr.14182) 1237 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:01.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:00.049360+0000 mgr.smithi098.snaxby (mgr.14182) 1237 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:02.548 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:02.548 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:03.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:03.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:02.050120+0000 mgr.smithi098.snaxby (mgr.14182) 1238 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:03.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:02.541874+0000 mgr.smithi098.snaxby (mgr.14182) 1239 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:04.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:02.050120+0000 mgr.smithi098.snaxby (mgr.14182) 1238 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:04.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:02.541874+0000 mgr.smithi098.snaxby (mgr.14182) 1239 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:04.238 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:05.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:04.050695+0000 mgr.smithi098.snaxby (mgr.14182) 1240 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:05.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:04.050695+0000 mgr.smithi098.snaxby (mgr.14182) 1240 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:06.413 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:06.413 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:07.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:06.051372+0000 mgr.smithi098.snaxby (mgr.14182) 1241 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:07.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:06.407382+0000 mgr.smithi098.snaxby (mgr.14182) 1242 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:08.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:06.051372+0000 mgr.smithi098.snaxby (mgr.14182) 1241 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:08.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:06.407382+0000 mgr.smithi098.snaxby (mgr.14182) 1242 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:08.162 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:09.854 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:08.052085+0000 mgr.smithi098.snaxby (mgr.14182) 1243 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:09.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:08.052085+0000 mgr.smithi098.snaxby (mgr.14182) 1243 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:10.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:10.293 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:11.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:10.052784+0000 mgr.smithi098.snaxby (mgr.14182) 1244 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:11.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:10.287210+0000 mgr.smithi098.snaxby (mgr.14182) 1245 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:12.079 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:12.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:10.052784+0000 mgr.smithi098.snaxby (mgr.14182) 1244 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:12.114 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:10.287210+0000 mgr.smithi098.snaxby (mgr.14182) 1245 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:13.829 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:12.053429+0000 mgr.smithi098.snaxby (mgr.14182) 1246 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:13.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:12.053429+0000 mgr.smithi098.snaxby (mgr.14182) 1246 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:14.260 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:14.260 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:15.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:14.053967+0000 mgr.smithi098.snaxby (mgr.14182) 1247 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:15.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:14.254443+0000 mgr.smithi098.snaxby (mgr.14182) 1248 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:16.046 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:16.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:14.053967+0000 mgr.smithi098.snaxby (mgr.14182) 1247 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:16.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:14.254443+0000 mgr.smithi098.snaxby (mgr.14182) 1248 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:17.851 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:16.054585+0000 mgr.smithi098.snaxby (mgr.14182) 1249 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:17.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:16.054585+0000 mgr.smithi098.snaxby (mgr.14182) 1249 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:18.254 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:18.254 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:18.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:19.949 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:19.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:18.055193+0000 mgr.smithi098.snaxby (mgr.14182) 1250 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:19.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:18.248338+0000 mgr.smithi098.snaxby (mgr.14182) 1251 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:19.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:18.055193+0000 mgr.smithi098.snaxby (mgr.14182) 1250 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:19.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:18.248338+0000 mgr.smithi098.snaxby (mgr.14182) 1251 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:21.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:20.055724+0000 mgr.smithi098.snaxby (mgr.14182) 1252 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:21.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:20.055724+0000 mgr.smithi098.snaxby (mgr.14182) 1252 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:22.080 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:22.080 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:22.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:23.847 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:23.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:22.056361+0000 mgr.smithi098.snaxby (mgr.14182) 1253 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:23.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:22.074237+0000 mgr.smithi098.snaxby (mgr.14182) 1254 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:24.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:22.056361+0000 mgr.smithi098.snaxby (mgr.14182) 1253 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:24.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:22.074237+0000 mgr.smithi098.snaxby (mgr.14182) 1254 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:26.110 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:26.110 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:26.133 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:24.056988+0000 mgr.smithi098.snaxby (mgr.14182) 1255 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:26.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:24.056988+0000 mgr.smithi098.snaxby (mgr.14182) 1255 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:26.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:27.895 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:28.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:26.057558+0000 mgr.smithi098.snaxby (mgr.14182) 1256 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:28.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:26.104126+0000 mgr.smithi098.snaxby (mgr.14182) 1257 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:26.057558+0000 mgr.smithi098.snaxby (mgr.14182) 1256 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:26.104126+0000 mgr.smithi098.snaxby (mgr.14182) 1257 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:30.088 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:30.089 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:30.110 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:28.058142+0000 mgr.smithi098.snaxby (mgr.14182) 1258 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:30.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:28.058142+0000 mgr.smithi098.snaxby (mgr.14182) 1258 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:30.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:31.834 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:32.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:30.058624+0000 mgr.smithi098.snaxby (mgr.14182) 1259 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:32.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:30.082697+0000 mgr.smithi098.snaxby (mgr.14182) 1260 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:32.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:30.058624+0000 mgr.smithi098.snaxby (mgr.14182) 1259 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:32.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:30.082697+0000 mgr.smithi098.snaxby (mgr.14182) 1260 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:32.040842+0000 mon.smithi098 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:02:32.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:32 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:32.285580+0000 mon.smithi098 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:32.040842+0000 mon.smithi098 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:02:33.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:32 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:32.285580+0000 mon.smithi098 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:33.950 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:32.059474+0000 mgr.smithi098.snaxby (mgr.14182) 1261 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:33.952 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:33.952 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:26.468978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:26.469636Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:26.469120Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:26.469209Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:26.469272Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:26.469394Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T00:56:26.469334Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:34.140 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:32.059474+0000 mgr.smithi098.snaxby (mgr.14182) 1261 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:34.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:35.976 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:36.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:33.946476+0000 mgr.smithi098.snaxby (mgr.14182) 1262 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:36.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:34.060022+0000 mgr.smithi098.snaxby (mgr.14182) 1263 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:36.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:35.040214+0000 mon.smithi098 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:36.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:33.946476+0000 mgr.smithi098.snaxby (mgr.14182) 1262 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:36.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:34.060022+0000 mgr.smithi098.snaxby (mgr.14182) 1263 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:36.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:35.040214+0000 mon.smithi098 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:36.060634+0000 mgr.smithi098.snaxby (mgr.14182) 1264 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:36.060634+0000 mgr.smithi098.snaxby (mgr.14182) 1264 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:38.355 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:38.355 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T00:56:31.812036Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T00:56:31.812105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T00:56:31.812170Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T00:56:31.812558Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T00:56:31.811926Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T00:56:31.811787Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T00:56:31.812620Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T00:56:31.812250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T00:56:31.812311Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:39.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:39.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:38.061260+0000 mgr.smithi098.snaxby (mgr.14182) 1265 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:39.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:38.349029+0000 mgr.smithi098.snaxby (mgr.14182) 1266 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:38.061260+0000 mgr.smithi098.snaxby (mgr.14182) 1265 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:38.349029+0000 mgr.smithi098.snaxby (mgr.14182) 1266 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:40.574 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:40.061826+0000 mgr.smithi098.snaxby (mgr.14182) 1267 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.427237+0000 mon.smithi098 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.725305+0000 mon.smithi098 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.725928+0000 mon.smithi098 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.730100+0000 mon.smithi098 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:40.730615+0000 mgr.smithi098.snaxby (mgr.14182) 1268 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:40.732512+0000 mon.smithi098 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:40.732541+0000 mon.smithi098 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.735227+0000 mon.smithi098 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:40.742221+0000 mon.smithi098 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:02:40.744106+0000 mgr.smithi098.snaxby (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.zyqjoj on smithi122 2024-02-23T01:02:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:40.061826+0000 mgr.smithi098.snaxby (mgr.14182) 1267 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.427237+0000 mon.smithi098 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.725305+0000 mon.smithi098 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:02:41.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.725928+0000 mon.smithi098 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.730100+0000 mon.smithi098 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:40.730615+0000 mgr.smithi098.snaxby (mgr.14182) 1268 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:40.732512+0000 mon.smithi098 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:40.732541+0000 mon.smithi098 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.735227+0000 mon.smithi098 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:40.742221+0000 mon.smithi098 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:41.701 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:02:40.744106+0000 mgr.smithi098.snaxby (mgr.14182) 1269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.zyqjoj on smithi122 2024-02-23T01:02:42.915 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:42.915 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:43.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:44.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:42.731255+0000 mgr.smithi098.snaxby (mgr.14182) 1270 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:42.731255+0000 mgr.smithi098.snaxby (mgr.14182) 1270 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:44.723 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:45.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:44 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:42.909059+0000 mgr.smithi098.snaxby (mgr.14182) 1271 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:45.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:44 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:42.909059+0000 mgr.smithi098.snaxby (mgr.14182) 1271 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:46.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:44.731679+0000 mgr.smithi098.snaxby (mgr.14182) 1272 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:46.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:45.024682+0000 mon.smithi098 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:44.731679+0000 mgr.smithi098.snaxby (mgr.14182) 1272 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:45.024682+0000 mon.smithi098 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' 2024-02-23T01:02:46.938 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:46.938 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:47.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:48.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:46.732179+0000 mgr.smithi098.snaxby (mgr.14182) 1273 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:48.265 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:46.732179+0000 mgr.smithi098.snaxby (mgr.14182) 1273 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:48.688 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:49.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:48 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:46.932486+0000 mgr.smithi098.snaxby (mgr.14182) 1274 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:49.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:48 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:46.932486+0000 mgr.smithi098.snaxby (mgr.14182) 1274 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:50.089 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:48.732718+0000 mgr.smithi098.snaxby (mgr.14182) 1275 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:50.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:48.732718+0000 mgr.smithi098.snaxby (mgr.14182) 1275 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:50.797 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:50.798 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:51.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:52.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:50.733317+0000 mgr.smithi098.snaxby (mgr.14182) 1276 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:52.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:50.791428+0000 mgr.smithi098.snaxby (mgr.14182) 1277 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:52.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:50.733317+0000 mgr.smithi098.snaxby (mgr.14182) 1276 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-23T01:02:52.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:50.791428+0000 mgr.smithi098.snaxby (mgr.14182) 1277 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:52.502 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:53.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:52.733760+0000 mgr.smithi098.snaxby (mgr.14182) 1278 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:54.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:52.733760+0000 mgr.smithi098.snaxby (mgr.14182) 1278 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:02:54.738 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:54.738 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:55.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:02:56.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:54.732480+0000 mgr.smithi098.snaxby (mgr.14182) 1279 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:56.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:54.734152+0000 mgr.smithi098.snaxby (mgr.14182) 1280 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:54.732480+0000 mgr.smithi098.snaxby (mgr.14182) 1279 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:02:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:54.734152+0000 mgr.smithi098.snaxby (mgr.14182) 1280 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:56.476 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:02:58.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:56.734714+0000 mgr.smithi098.snaxby (mgr.14182) 1281 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:58.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:56.734714+0000 mgr.smithi098.snaxby (mgr.14182) 1281 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:02:58.699 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:02:58.700 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:02:59.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:00.155 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:02:58.690782+0000 mgr.smithi098.snaxby (mgr.14182) 1282 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:00.155 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:02:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:02:58.735247+0000 mgr.smithi098.snaxby (mgr.14182) 1283 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:00.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:02:58.690782+0000 mgr.smithi098.snaxby (mgr.14182) 1282 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:00.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:02:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:02:58.735247+0000 mgr.smithi098.snaxby (mgr.14182) 1283 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:00.455 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:02.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:00.735694+0000 mgr.smithi098.snaxby (mgr.14182) 1284 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:02.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:00.735694+0000 mgr.smithi098.snaxby (mgr.14182) 1284 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:02.661 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:02.661 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:03.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:04.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:02.655171+0000 mgr.smithi098.snaxby (mgr.14182) 1285 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:04.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:02.736281+0000 mgr.smithi098.snaxby (mgr.14182) 1286 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:04.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:02.655171+0000 mgr.smithi098.snaxby (mgr.14182) 1285 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:04.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:02.736281+0000 mgr.smithi098.snaxby (mgr.14182) 1286 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:04.535 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:06.047 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:04.736714+0000 mgr.smithi098.snaxby (mgr.14182) 1287 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:06.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:04.736714+0000 mgr.smithi098.snaxby (mgr.14182) 1287 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:06.743 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:06.743 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:07.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:08.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:06.737010+0000 mgr.smithi098.snaxby (mgr.14182) 1288 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:08.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:06.737337+0000 mgr.smithi098.snaxby (mgr.14182) 1289 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:08.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:06.737010+0000 mgr.smithi098.snaxby (mgr.14182) 1288 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:08.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:06.737337+0000 mgr.smithi098.snaxby (mgr.14182) 1289 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:08.475 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:10.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:08.737929+0000 mgr.smithi098.snaxby (mgr.14182) 1290 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:10.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:08.737929+0000 mgr.smithi098.snaxby (mgr.14182) 1290 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:10.691 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:10.692 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:11.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:12.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:10.685834+0000 mgr.smithi098.snaxby (mgr.14182) 1291 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:12.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:10.738405+0000 mgr.smithi098.snaxby (mgr.14182) 1292 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:12.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:10.685834+0000 mgr.smithi098.snaxby (mgr.14182) 1291 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:12.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:10.738405+0000 mgr.smithi098.snaxby (mgr.14182) 1292 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:12.399 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:14.087 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:12.738849+0000 mgr.smithi098.snaxby (mgr.14182) 1293 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:14.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:12.738849+0000 mgr.smithi098.snaxby (mgr.14182) 1293 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:14.490 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:14.491 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:15.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:16.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:14.484945+0000 mgr.smithi098.snaxby (mgr.14182) 1294 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:16.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:14.739292+0000 mgr.smithi098.snaxby (mgr.14182) 1295 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:16.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:14.484945+0000 mgr.smithi098.snaxby (mgr.14182) 1294 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:16.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:14.739292+0000 mgr.smithi098.snaxby (mgr.14182) 1295 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:16.264 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:18.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:16.740036+0000 mgr.smithi098.snaxby (mgr.14182) 1296 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:18.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:16.740036+0000 mgr.smithi098.snaxby (mgr.14182) 1296 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:18.399 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:18.399 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:19.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:20.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:18.393177+0000 mgr.smithi098.snaxby (mgr.14182) 1297 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:20.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:18.740475+0000 mgr.smithi098.snaxby (mgr.14182) 1298 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:20.173 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:20.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:18.393177+0000 mgr.smithi098.snaxby (mgr.14182) 1297 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:20.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:18.740475+0000 mgr.smithi098.snaxby (mgr.14182) 1298 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:22.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:20.740963+0000 mgr.smithi098.snaxby (mgr.14182) 1299 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:22.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:20.740963+0000 mgr.smithi098.snaxby (mgr.14182) 1299 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:22.305 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:22.306 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:23.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:24.036 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:24.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:22.300006+0000 mgr.smithi098.snaxby (mgr.14182) 1300 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:24.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:22.741347+0000 mgr.smithi098.snaxby (mgr.14182) 1301 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:24.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:22.300006+0000 mgr.smithi098.snaxby (mgr.14182) 1300 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:24.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:22.741347+0000 mgr.smithi098.snaxby (mgr.14182) 1301 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:26.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:24.741821+0000 mgr.smithi098.snaxby (mgr.14182) 1302 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:26.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:24.741821+0000 mgr.smithi098.snaxby (mgr.14182) 1302 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:26.214 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:26.214 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:26.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:27.967 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:28.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:26.208231+0000 mgr.smithi098.snaxby (mgr.14182) 1303 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:28.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:26.742287+0000 mgr.smithi098.snaxby (mgr.14182) 1304 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:26.208231+0000 mgr.smithi098.snaxby (mgr.14182) 1303 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:26.742287+0000 mgr.smithi098.snaxby (mgr.14182) 1304 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:30.008 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:30.008 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:30.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:28.742724+0000 mgr.smithi098.snaxby (mgr.14182) 1305 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:30.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:28.742724+0000 mgr.smithi098.snaxby (mgr.14182) 1305 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:30.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:31.776 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:32.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:30.002244+0000 mgr.smithi098.snaxby (mgr.14182) 1306 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:32.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:30.743442+0000 mgr.smithi098.snaxby (mgr.14182) 1307 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:32.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:30.002244+0000 mgr.smithi098.snaxby (mgr.14182) 1306 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:32.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:30.743442+0000 mgr.smithi098.snaxby (mgr.14182) 1307 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:33.968 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:33.969 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:34.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:32.744024+0000 mgr.smithi098.snaxby (mgr.14182) 1308 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:32.744024+0000 mgr.smithi098.snaxby (mgr.14182) 1308 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:34.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:35.882 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:36.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:33.961891+0000 mgr.smithi098.snaxby (mgr.14182) 1309 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:36.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:34.744475+0000 mgr.smithi098.snaxby (mgr.14182) 1310 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:36.312 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:33.961891+0000 mgr.smithi098.snaxby (mgr.14182) 1309 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:36.312 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:34.744475+0000 mgr.smithi098.snaxby (mgr.14182) 1310 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:38.109 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:38.109 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:38.132 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:36.745038+0000 mgr.smithi098.snaxby (mgr.14182) 1311 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:36.745038+0000 mgr.smithi098.snaxby (mgr.14182) 1311 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:38.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:39.802 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:40.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:38.103275+0000 mgr.smithi098.snaxby (mgr.14182) 1312 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:40.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:38.745426+0000 mgr.smithi098.snaxby (mgr.14182) 1313 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:38.103275+0000 mgr.smithi098.snaxby (mgr.14182) 1312 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:38.745426+0000 mgr.smithi098.snaxby (mgr.14182) 1313 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:41.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:40 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:40.746161+0000 mgr.smithi098.snaxby (mgr.14182) 1314 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:41.450 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:40 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:40.746161+0000 mgr.smithi098.snaxby (mgr.14182) 1314 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:42.009 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:42.009 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:42.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:43.773 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:44.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:42.003282+0000 mgr.smithi098.snaxby (mgr.14182) 1315 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:44.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:42.746594+0000 mgr.smithi098.snaxby (mgr.14182) 1316 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:42.003282+0000 mgr.smithi098.snaxby (mgr.14182) 1315 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:42.746594+0000 mgr.smithi098.snaxby (mgr.14182) 1316 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:45.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:44.747139+0000 mgr.smithi098.snaxby (mgr.14182) 1317 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:45.998 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:45.998 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:44.747139+0000 mgr.smithi098.snaxby (mgr.14182) 1317 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:46.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:47.773 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:48.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:45.992217+0000 mgr.smithi098.snaxby (mgr.14182) 1318 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:48.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:46.747619+0000 mgr.smithi098.snaxby (mgr.14182) 1319 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:48.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:45.992217+0000 mgr.smithi098.snaxby (mgr.14182) 1318 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:48.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:46.747619+0000 mgr.smithi098.snaxby (mgr.14182) 1319 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:49.949 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:49.950 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:50.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:48.748064+0000 mgr.smithi098.snaxby (mgr.14182) 1320 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:50.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:48.748064+0000 mgr.smithi098.snaxby (mgr.14182) 1320 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:50.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:51.712 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:52.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:49.943479+0000 mgr.smithi098.snaxby (mgr.14182) 1321 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:52.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:50.748560+0000 mgr.smithi098.snaxby (mgr.14182) 1322 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:52.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:49.943479+0000 mgr.smithi098.snaxby (mgr.14182) 1321 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:52.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:50.748560+0000 mgr.smithi098.snaxby (mgr.14182) 1322 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:53.907 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:53.908 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:54.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:52.749277+0000 mgr.smithi098.snaxby (mgr.14182) 1323 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:54.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:52.749277+0000 mgr.smithi098.snaxby (mgr.14182) 1323 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:03:54.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:54.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:53.901523+0000 mgr.smithi098.snaxby (mgr.14182) 1324 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:53.901523+0000 mgr.smithi098.snaxby (mgr.14182) 1324 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:55.600 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:03:55.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:54.749972+0000 mgr.smithi098.snaxby (mgr.14182) 1325 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:54.749972+0000 mgr.smithi098.snaxby (mgr.14182) 1325 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:57.877 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:03:57.878 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:03:58.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:56.750470+0000 mgr.smithi098.snaxby (mgr.14182) 1326 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:58.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:56.750470+0000 mgr.smithi098.snaxby (mgr.14182) 1326 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:03:58.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:03:58.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:03:57.871603+0000 mgr.smithi098.snaxby (mgr.14182) 1327 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:59.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:03:57.871603+0000 mgr.smithi098.snaxby (mgr.14182) 1327 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:03:59.675 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:00.140 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:03:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:03:58.750993+0000 mgr.smithi098.snaxby (mgr.14182) 1328 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:00.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:03:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:03:58.750993+0000 mgr.smithi098.snaxby (mgr.14182) 1328 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:01.898 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:01.899 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:02.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:00.751601+0000 mgr.smithi098.snaxby (mgr.14182) 1329 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:02.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:00.751601+0000 mgr.smithi098.snaxby (mgr.14182) 1329 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:02.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:02.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:02 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:01.892849+0000 mgr.smithi098.snaxby (mgr.14182) 1330 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:03.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:02 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:01.892849+0000 mgr.smithi098.snaxby (mgr.14182) 1330 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:03.628 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:04.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:02.752155+0000 mgr.smithi098.snaxby (mgr.14182) 1331 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:04.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:02.752155+0000 mgr.smithi098.snaxby (mgr.14182) 1331 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:05.914 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:05.914 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:06.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:04.752609+0000 mgr.smithi098.snaxby (mgr.14182) 1332 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:06.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:04.752609+0000 mgr.smithi098.snaxby (mgr.14182) 1332 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:06.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:07.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:06 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:05.908098+0000 mgr.smithi098.snaxby (mgr.14182) 1333 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:07.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:06 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:05.908098+0000 mgr.smithi098.snaxby (mgr.14182) 1333 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:07.704 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:08.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:06.753248+0000 mgr.smithi098.snaxby (mgr.14182) 1334 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:08.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:06.753248+0000 mgr.smithi098.snaxby (mgr.14182) 1334 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:09.856 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:09.857 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:10.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:08.753782+0000 mgr.smithi098.snaxby (mgr.14182) 1335 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:10.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:08.753782+0000 mgr.smithi098.snaxby (mgr.14182) 1335 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:10.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:11.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:09.850628+0000 mgr.smithi098.snaxby (mgr.14182) 1336 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:11.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:09.850628+0000 mgr.smithi098.snaxby (mgr.14182) 1336 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:11.611 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:11.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:10.754303+0000 mgr.smithi098.snaxby (mgr.14182) 1337 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:12.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:10.754303+0000 mgr.smithi098.snaxby (mgr.14182) 1337 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:13.825 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:13.825 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:14.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:12.754779+0000 mgr.smithi098.snaxby (mgr.14182) 1338 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:14.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:12.754779+0000 mgr.smithi098.snaxby (mgr.14182) 1338 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:14.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:15.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:14 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:13.819651+0000 mgr.smithi098.snaxby (mgr.14182) 1339 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:15.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:14 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:13.819651+0000 mgr.smithi098.snaxby (mgr.14182) 1339 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:15.572 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:16.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:14.755352+0000 mgr.smithi098.snaxby (mgr.14182) 1340 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:16.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:14.755352+0000 mgr.smithi098.snaxby (mgr.14182) 1340 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:17.824 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:17.824 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:18.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:16.756030+0000 mgr.smithi098.snaxby (mgr.14182) 1341 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:18.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:16.756030+0000 mgr.smithi098.snaxby (mgr.14182) 1341 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:18.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:19.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:18 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:17.817913+0000 mgr.smithi098.snaxby (mgr.14182) 1342 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:19.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:18 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:17.817913+0000 mgr.smithi098.snaxby (mgr.14182) 1342 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:19.536 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:20.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:18.756461+0000 mgr.smithi098.snaxby (mgr.14182) 1343 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:20.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:18.756461+0000 mgr.smithi098.snaxby (mgr.14182) 1343 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:21.734 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:21.735 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:22.073 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:20.757136+0000 mgr.smithi098.snaxby (mgr.14182) 1344 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:22.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:20.757136+0000 mgr.smithi098.snaxby (mgr.14182) 1344 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:22.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:23.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:22 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:21.728412+0000 mgr.smithi098.snaxby (mgr.14182) 1345 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:22 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:21.728412+0000 mgr.smithi098.snaxby (mgr.14182) 1345 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:23.408 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:24.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:22.757580+0000 mgr.smithi098.snaxby (mgr.14182) 1346 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:24.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:22.757580+0000 mgr.smithi098.snaxby (mgr.14182) 1346 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:25.731 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:25.731 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:26.022 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:24.758075+0000 mgr.smithi098.snaxby (mgr.14182) 1347 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:26.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:24.758075+0000 mgr.smithi098.snaxby (mgr.14182) 1347 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:26.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:27.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:26 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:25.724726+0000 mgr.smithi098.snaxby (mgr.14182) 1348 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:27.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:26 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:25.724726+0000 mgr.smithi098.snaxby (mgr.14182) 1348 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:27.432 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:28.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:26.758716+0000 mgr.smithi098.snaxby (mgr.14182) 1349 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:26.758716+0000 mgr.smithi098.snaxby (mgr.14182) 1349 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:29.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:28 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:28.759205+0000 mgr.smithi098.snaxby (mgr.14182) 1350 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:29.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:28 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:28.759205+0000 mgr.smithi098.snaxby (mgr.14182) 1350 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:29.479 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:29.479 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:30.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:29.472726+0000 mgr.smithi098.snaxby (mgr.14182) 1351 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:30.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:29.472726+0000 mgr.smithi098.snaxby (mgr.14182) 1351 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:30.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:31.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:30 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:30.759845+0000 mgr.smithi098.snaxby (mgr.14182) 1352 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:31.317 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:31.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:30 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:30.759845+0000 mgr.smithi098.snaxby (mgr.14182) 1352 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:33.560 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:33.560 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:33.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:32.760423+0000 mgr.smithi098.snaxby (mgr.14182) 1353 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:34.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:32.760423+0000 mgr.smithi098.snaxby (mgr.14182) 1353 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:35.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:34 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:33.553219+0000 mgr.smithi098.snaxby (mgr.14182) 1354 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:35.195 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:35.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:34 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:33.553219+0000 mgr.smithi098.snaxby (mgr.14182) 1354 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:36.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:34.760980+0000 mgr.smithi098.snaxby (mgr.14182) 1355 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:36.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:34.760980+0000 mgr.smithi098.snaxby (mgr.14182) 1355 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:37.431 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:37.431 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:38.138 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:36.761503+0000 mgr.smithi098.snaxby (mgr.14182) 1356 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:38.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:36.761503+0000 mgr.smithi098.snaxby (mgr.14182) 1356 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:39.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:38 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:37.424783+0000 mgr.smithi098.snaxby (mgr.14182) 1357 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:39.159 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:39.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:38 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:37.424783+0000 mgr.smithi098.snaxby (mgr.14182) 1357 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:40.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:38.762037+0000 mgr.smithi098.snaxby (mgr.14182) 1358 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:38.762037+0000 mgr.smithi098.snaxby (mgr.14182) 1358 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:41.299 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:41.300 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:41.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:40.762725+0000 mgr.smithi098.snaxby (mgr.14182) 1359 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:41.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:42.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:41 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:40.762725+0000 mgr.smithi098.snaxby (mgr.14182) 1359 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:42.972 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:43.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:42 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:41.293231+0000 mgr.smithi098.snaxby (mgr.14182) 1360 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:41.293231+0000 mgr.smithi098.snaxby (mgr.14182) 1360 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:44.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:43 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:42.763365+0000 mgr.smithi098.snaxby (mgr.14182) 1361 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:44.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:43 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:42.763365+0000 mgr.smithi098.snaxby (mgr.14182) 1361 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:45.141 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:45.141 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:45.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:46.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:45 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:44.763838+0000 mgr.smithi098.snaxby (mgr.14182) 1362 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:46.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:45 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:44.763838+0000 mgr.smithi098.snaxby (mgr.14182) 1362 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:46.836 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:47.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:46 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:45.134649+0000 mgr.smithi098.snaxby (mgr.14182) 1363 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:47.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:46 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:45.134649+0000 mgr.smithi098.snaxby (mgr.14182) 1363 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:48.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:47 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:46.764372+0000 mgr.smithi098.snaxby (mgr.14182) 1364 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:48.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:47 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:46.764372+0000 mgr.smithi098.snaxby (mgr.14182) 1364 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:49.168 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:49.169 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:49.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:50.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:49 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:48.764981+0000 mgr.smithi098.snaxby (mgr.14182) 1365 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:50.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:49 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:48.764981+0000 mgr.smithi098.snaxby (mgr.14182) 1365 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:50.791 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:51.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:50 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:49.162694+0000 mgr.smithi098.snaxby (mgr.14182) 1366 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:51.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:50 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:49.162694+0000 mgr.smithi098.snaxby (mgr.14182) 1366 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:52.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:51 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:50.765560+0000 mgr.smithi098.snaxby (mgr.14182) 1367 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:52.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:51 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:50.765560+0000 mgr.smithi098.snaxby (mgr.14182) 1367 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:53.049 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:53.049 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:53.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:54.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:53 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:52.765999+0000 mgr.smithi098.snaxby (mgr.14182) 1368 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:54.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:53 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:52.765999+0000 mgr.smithi098.snaxby (mgr.14182) 1368 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:04:54.696 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:55.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:54 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:53.043139+0000 mgr.smithi098.snaxby (mgr.14182) 1369 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:55.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:54 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:53.043139+0000 mgr.smithi098.snaxby (mgr.14182) 1369 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:56.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:55 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:54.766462+0000 mgr.smithi098.snaxby (mgr.14182) 1370 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:56.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:55 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:54.766462+0000 mgr.smithi098.snaxby (mgr.14182) 1370 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:57.031 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:04:57.031 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:04:57.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:04:58.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:57 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:56.767119+0000 mgr.smithi098.snaxby (mgr.14182) 1371 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:58.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:57 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:56.767119+0000 mgr.smithi098.snaxby (mgr.14182) 1371 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:04:58.645 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:04:59.103 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:58 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:04:57.023785+0000 mgr.smithi098.snaxby (mgr.14182) 1372 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:04:59.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:58 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:04:57.023785+0000 mgr.smithi098.snaxby (mgr.14182) 1372 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:00.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:04:59 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:04:58.767542+0000 mgr.smithi098.snaxby (mgr.14182) 1373 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:00.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:04:59 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:04:58.767542+0000 mgr.smithi098.snaxby (mgr.14182) 1373 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:00.863 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:00.863 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:01.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:02.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:00.767982+0000 mgr.smithi098.snaxby (mgr.14182) 1374 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:02.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:01 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:00.857209+0000 mgr.smithi098.snaxby (mgr.14182) 1375 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:02.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:00.767982+0000 mgr.smithi098.snaxby (mgr.14182) 1374 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:02.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:01 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:00.857209+0000 mgr.smithi098.snaxby (mgr.14182) 1375 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:02.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:04.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:03 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:02.768322+0000 mgr.smithi098.snaxby (mgr.14182) 1376 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:04.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:03 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:02.768322+0000 mgr.smithi098.snaxby (mgr.14182) 1376 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:04.663 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:04.663 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:05.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:06.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:04.657249+0000 mgr.smithi098.snaxby (mgr.14182) 1377 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:06.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:05 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:04.768735+0000 mgr.smithi098.snaxby (mgr.14182) 1378 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:06.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:04.657249+0000 mgr.smithi098.snaxby (mgr.14182) 1377 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:06.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:05 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:04.768735+0000 mgr.smithi098.snaxby (mgr.14182) 1378 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:06.456 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:07.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:07 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:06.769264+0000 mgr.smithi098.snaxby (mgr.14182) 1379 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:07.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:07 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:06.769264+0000 mgr.smithi098.snaxby (mgr.14182) 1379 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:08.639 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:08.639 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:55:23.163423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.elngvo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:09.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:10.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:08.633168+0000 mgr.smithi098.snaxby (mgr.14182) 1380 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:10.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:09 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:08.769680+0000 mgr.smithi098.snaxby (mgr.14182) 1381 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:10.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:08.633168+0000 mgr.smithi098.snaxby (mgr.14182) 1380 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:10.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:09 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:08.769680+0000 mgr.smithi098.snaxby (mgr.14182) 1381 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:10.401 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:11.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:10 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:09.984129+0000 mon.smithi098 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.zyqjoj"}]: dispatch 2024-02-23T01:05:11.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:10 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:09.984129+0000 mon.smithi098 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.98:0/3288404357' entity='mgr.smithi098.snaxby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.zyqjoj"}]: dispatch 2024-02-23T01:05:11.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:05:09.983690+0000 mgr.smithi098.snaxby (mgr.14182) 1382 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Traceback (most recent call last): 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: yield (conn, connr) 2024-02-23T01:05:11.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: code, '\n'.join(err))) 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:05:11.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:05:09.983864+0000 mgr.smithi098.snaxby (mgr.14182) 1383 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:05:09.984670+0000 mgr.smithi098.snaxby (mgr.14182) 1384 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cephadm 2024-02-23T01:05:09.986023+0000 mgr.smithi098.snaxby (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.pbwfgk on smithi098 2024-02-23T01:05:11.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:11 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:10.770208+0000 mgr.smithi098.snaxby (mgr.14182) 1386 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:05:09.983690+0000 mgr.smithi098.snaxby (mgr.14182) 1382 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.201 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Traceback (most recent call last): 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: yield (conn, connr) 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: code, '\n'.join(err))) 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:05:09.983864+0000 mgr.smithi098.snaxby (mgr.14182) 1383 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:05:09.984670+0000 mgr.smithi098.snaxby (mgr.14182) 1384 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: /bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: Deploy daemon haproxy.nfs.foo.smithi122.zyqjoj ... 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:03:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: stat: stderr time="2024-02-23T01:04:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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-02-23T01:05:12.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T01:05:12.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cephadm 2024-02-23T01:05:09.986023+0000 mgr.smithi098.snaxby (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.pbwfgk on smithi098 2024-02-23T01:05:12.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:11 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:10.770208+0000 mgr.smithi098.snaxby (mgr.14182) 1386 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:12.636 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:12.636 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:13.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:14.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:12.629867+0000 mgr.smithi098.snaxby (mgr.14182) 1387 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:14.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:13 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:12.770598+0000 mgr.smithi098.snaxby (mgr.14182) 1388 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:14.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:12.629867+0000 mgr.smithi098.snaxby (mgr.14182) 1387 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:14.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:13 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:12.770598+0000 mgr.smithi098.snaxby (mgr.14182) 1388 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:14.318 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:16.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:15 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:14.770988+0000 mgr.smithi098.snaxby (mgr.14182) 1389 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:16.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:15 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:14.770988+0000 mgr.smithi098.snaxby (mgr.14182) 1389 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:16.485 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:16.485 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:17.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:18.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:16.479277+0000 mgr.smithi098.snaxby (mgr.14182) 1390 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:18.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:17 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:16.771423+0000 mgr.smithi098.snaxby (mgr.14182) 1391 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:18.171 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:18.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:16.479277+0000 mgr.smithi098.snaxby (mgr.14182) 1390 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:18.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:17 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:16.771423+0000 mgr.smithi098.snaxby (mgr.14182) 1391 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:20.041 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:19 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:18.771827+0000 mgr.smithi098.snaxby (mgr.14182) 1392 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:20.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:19 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:18.771827+0000 mgr.smithi098.snaxby (mgr.14182) 1392 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:20.423 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:20.423 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:21.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:22.069 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:22.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:20.417250+0000 mgr.smithi098.snaxby (mgr.14182) 1393 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:22.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:21 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:20.772439+0000 mgr.smithi098.snaxby (mgr.14182) 1394 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:22.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:20.417250+0000 mgr.smithi098.snaxby (mgr.14182) 1393 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:22.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:21 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:20.772439+0000 mgr.smithi098.snaxby (mgr.14182) 1394 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:23.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:23 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:22.772840+0000 mgr.smithi098.snaxby (mgr.14182) 1395 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:24.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:23 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:22.772840+0000 mgr.smithi098.snaxby (mgr.14182) 1395 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:24.299 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:24.300 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:24.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:25.917 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:26.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:24.294075+0000 mgr.smithi098.snaxby (mgr.14182) 1396 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:26.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:25 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:24.773227+0000 mgr.smithi098.snaxby (mgr.14182) 1397 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:26.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:24.294075+0000 mgr.smithi098.snaxby (mgr.14182) 1396 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:26.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:25 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:24.773227+0000 mgr.smithi098.snaxby (mgr.14182) 1397 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:28.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:27 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:26.773885+0000 mgr.smithi098.snaxby (mgr.14182) 1398 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:28.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:27 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:26.773885+0000 mgr.smithi098.snaxby (mgr.14182) 1398 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:28.208 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:28.208 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:28.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:29.907 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:30.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:28.202603+0000 mgr.smithi098.snaxby (mgr.14182) 1399 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:30.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:29 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:28.774503+0000 mgr.smithi098.snaxby (mgr.14182) 1400 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:30.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:28.202603+0000 mgr.smithi098.snaxby (mgr.14182) 1399 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:30.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:29 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:28.774503+0000 mgr.smithi098.snaxby (mgr.14182) 1400 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:32.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:31 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:30.774964+0000 mgr.smithi098.snaxby (mgr.14182) 1401 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:32.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:31 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:30.774964+0000 mgr.smithi098.snaxby (mgr.14182) 1401 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:32.259 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:32.260 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:32.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:33.903 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:34.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:32.253920+0000 mgr.smithi098.snaxby (mgr.14182) 1402 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:34.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:33 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:32.775561+0000 mgr.smithi098.snaxby (mgr.14182) 1403 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:32.253920+0000 mgr.smithi098.snaxby (mgr.14182) 1402 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:34.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:33 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:32.775561+0000 mgr.smithi098.snaxby (mgr.14182) 1403 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T01:05:36.101 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:36.101 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:36.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:35 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:34.776215+0000 mgr.smithi098.snaxby (mgr.14182) 1404 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:36.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:35 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:34.776215+0000 mgr.smithi098.snaxby (mgr.14182) 1404 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:36.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:37.759 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T01:05:38.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: audit 2024-02-23T01:05:36.095556+0000 mgr.smithi098.snaxby (mgr.14182) 1405 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:38.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:37 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:36.776775+0000 mgr.smithi098.snaxby (mgr.14182) 1406 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: audit 2024-02-23T01:05:36.095556+0000 mgr.smithi098.snaxby (mgr.14182) 1405 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T01:05:38.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:37 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:36.776775+0000 mgr.smithi098.snaxby (mgr.14182) 1406 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:39.947 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-02-23T01:05:39.947 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:33:56.594500Z", "last_refresh": "2024-02-23T01:02:40.420669Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:33:49.305282Z", "last_refresh": "2024-02-23T01:02:35.034116Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:33:53.558280Z", "last_refresh": "2024-02-23T01:02:40.420802Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:59:01.591388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.hqgsbl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-hqgsbl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.hqgsbl\nDeploy daemon haproxy.nfs.foo.smithi122.hqgsbl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:57:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:57:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:58:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.034813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.gayawe on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi098-gayawe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi098.gayawe\nDeploy daemon haproxy.nfs.foo.smithi098.gayawe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:16Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T01:01:32.037098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.lhxipw on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:01:32.038237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.wkmryp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-23T01:05:09.984594Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zyqjoj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy-nfs-foo-smithi122-zyqjoj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\n/bin/podman: stderr Error: no such container ceph-00f08340-d1e3-11ee-95c0-87774f69a715-haproxy.nfs.foo.smithi122.zyqjoj\nDeploy daemon haproxy.nfs.foo.smithi122.zyqjoj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T01:03:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:03:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T01:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.98/16"}, "status": {"created": "2024-02-23T00:39:22.746426Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.98/16"}}, {"events": ["2024-02-23T00:39:17.474862Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:39:17.470537Z", "last_refresh": "2024-02-23T01:02:35.034801Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:33:47.123687Z", "last_refresh": "2024-02-23T01:02:35.034276Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:12.204228Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:35:12.201304Z", "last_refresh": "2024-02-23T01:02:35.034347Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:39:22.745439Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-23T00:39:22.742336Z", "last_refresh": "2024-02-23T01:02:40.421278Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:33:54.998773Z", "last_refresh": "2024-02-23T01:02:35.034412Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:35:53.638395Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:35:53.634706Z", "last_refresh": "2024-02-23T01:02:35.034537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:33:51.279229Z", "last_refresh": "2024-02-23T01:02:35.034475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T01:05:40.153 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:39 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: cluster 2024-02-23T01:05:38.777367+0000 mgr.smithi098.snaxby (mgr.14182) 1407 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:40.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:39 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: cluster 2024-02-23T01:05:38.777367+0000 mgr.smithi098.snaxby (mgr.14182) 1407 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-23T01:05:40.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-23T01:05:40.615 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-23T01:05:40.862 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e42ce64f23414048b532806473860a54 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-23T01:05:40.864 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-23T01:05:40.878 INFO:tasks.vip:Removing 10.0.15.98 (and any VIPs) on smithi098.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T01:05:40.878 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr del 10.0.15.98/16 dev enp3s0f1 2024-02-23T01:05:40.916 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr del 10.0.31.98/16 dev enp3s0f1 2024-02-23T01:05:40.984 INFO:teuthology.orchestra.run.smithi098.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-23T01:05:40.985 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T01:05:40.986 INFO:tasks.vip:Removing 10.0.15.122 (and any VIPs) on smithi122.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T01:05:40.986 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.15.122/16 dev enp3s0f1 2024-02-23T01:05:41.025 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.31.98/16 dev enp3s0f1 2024-02-23T01:05:41.098 INFO:teuthology.orchestra.run.smithi122.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-23T01:05:41.099 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T01:05:41.100 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-23T01:05:41.110 INFO:tasks.cephadm:Teardown begin 2024-02-23T01:05:41.110 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T01:05:41.138 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T01:05:41.173 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-23T01:05:41.174 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T01:05:41.197 DEBUG:teuthology.orchestra.run.smithi122:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T01:05:41.235 INFO:tasks.cephadm:Stopping all daemons... 2024-02-23T01:05:41.235 INFO:tasks.cephadm.mon.smithi098:Stopping mon.smithi098... 2024-02-23T01:05:41.236 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098 2024-02-23T01:05:41.522 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:41 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T01:05:41.523 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:41 smithi098 bash[152495]: Error: no container with name or ID "ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon.smithi098" found: no such container 2024-02-23T01:05:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T01:05:41.518+0000 7f5905570700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi098 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T01:05:41.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:41 smithi098 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098[35158]: debug 2024-02-23T01:05:41.518+0000 7f5905570700 -1 mon.smithi098@0(leader) e2 *** Got Signal Terminated *** 2024-02-23T01:05:42.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Feb 23 01:05:42 smithi098 bash[152536]: ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi098 2024-02-23T01:05:42.488 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi098.service' 2024-02-23T01:05:42.549 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T01:05:42.549 INFO:tasks.cephadm.mon.smithi098:Stopped mon.smithi098 2024-02-23T01:05:42.549 INFO:tasks.cephadm.mon.smithi122:Stopping mon.smithi122... 2024-02-23T01:05:42.549 DEBUG:teuthology.orchestra.run.smithi122:> sudo systemctl stop ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi122 2024-02-23T01:05:42.855 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:42 smithi122 systemd[1]: Stopping Ceph mon.smithi122 for 00f08340-d1e3-11ee-95c0-87774f69a715... 2024-02-23T01:05:42.856 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:42 smithi122 bash[62779]: Error: no container with name or ID "ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon.smithi122" found: no such container 2024-02-23T01:05:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T01:05:42.851+0000 7f407c424700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi122 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T01:05:43.200 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:42 smithi122 ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122[39521]: debug 2024-02-23T01:05:42.851+0000 7f407c424700 -1 mon.smithi122@1(peon) e2 *** Got Signal Terminated *** 2024-02-23T01:05:43.700 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Feb 23 01:05:43 smithi122 bash[62818]: ceph-00f08340-d1e3-11ee-95c0-87774f69a715-mon-smithi122 2024-02-23T01:05:43.753 DEBUG:teuthology.orchestra.run.smithi122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-00f08340-d1e3-11ee-95c0-87774f69a715@mon.smithi122.service' 2024-02-23T01:05:43.798 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T01:05:43.799 INFO:tasks.cephadm.mon.smithi122:Stopped mon.smithi122 2024-02-23T01:05:43.799 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T01:08:32.104 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T01:09:14.834 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T01:09:14.890 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T01:09:14.919 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-23T01:09:14.922 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/ubuntu@smithi098.front.sepia.ceph.com/crash 2024-02-23T01:09:14.922 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash -- . 2024-02-23T01:09:14.971 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash: Cannot open: No such file or directory 2024-02-23T01:09:14.971 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-02-23T01:09:14.973 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/ubuntu@smithi122.front.sepia.ceph.com/crash 2024-02-23T01:09:14.974 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash -- . 2024-02-23T01:09:15.019 INFO:teuthology.orchestra.run.smithi122.stderr:tar: /var/lib/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/crash: Cannot open: No such file or directory 2024-02-23T01:09:15.019 INFO:teuthology.orchestra.run.smithi122.stderr:tar: Error is not recoverable: exiting now 2024-02-23T01:09:15.020 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-23T01:09:15.021 DEBUG:teuthology.orchestra.run.smithi098:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-23T01:09:15.053 INFO:teuthology.orchestra.run.smithi098.stdout:2024-02-23T00:44:36.339142+0000 mon.smithi098 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T01:09:15.053 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-23T01:09:15.053 INFO:tasks.cephadm:Compressing logs... 2024-02-23T01:09:15.054 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T01:09:15.096 DEBUG:teuthology.orchestra.run.smithi122:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T01:09:15.122 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-23T01:09:15.123 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-23T01:09:15.123 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T01:09:15.123 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi098.snaxby.log 2024-02-23T01:09:15.123 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T01:09:15.125 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T01:09:15.125 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi098.snaxby.log: /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.3.log 2024-02-23T01:09:15.125 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log: /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.3.log: 95.6% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T01:09:15.126 INFO:teuthology.orchestra.run.smithi122.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2024-02-23T01:09:15.126 INFO:teuthology.orchestra.run.smithi122.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2024-02-23T01:09:15.126 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.6.log 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.2.log 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log: /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log: 95.8% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T01:09:15.127 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi122.lpgann.log 2024-02-23T01:09:15.130 INFO:teuthology.orchestra.run.smithi098.stderr: 91.5% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T01:09:15.130 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.7.log 2024-02-23T01:09:15.130 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log 2024-02-23T01:09:15.130 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi098.srqage.log 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log: /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi098.srqage.log: 60.1% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi098.srqage.log.gz 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.5.log 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi098.stderr: 92.6% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi098.log 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi098.log: 91.0% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.0.log 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi122.lpgann.log: 87.2% 91.9% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi122.lpgann.log.gz 2024-02-23T01:09:15.131 INFO:teuthology.orchestra.run.smithi122.stderr: -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.0.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi122.log 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi122.qzchkv.log 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr: 92.6% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi122.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log 2024-02-23T01:09:15.132 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi122.qzchkv.log: gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.4.log 2024-02-23T01:09:15.133 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log: /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.4.log: 91.2% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T01:09:15.133 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.1.log 2024-02-23T01:09:15.136 INFO:teuthology.orchestra.run.smithi122.stderr: 93.5% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi122.qzchkv.log.gz 2024-02-23T01:09:15.157 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.1.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T01:09:15.452 INFO:teuthology.orchestra.run.smithi098.stderr: 89.8% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mgr.smithi098.snaxby.log.gz 2024-02-23T01:09:15.527 INFO:teuthology.orchestra.run.smithi122.stderr: 92.4% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi122.log.gz 2024-02-23T01:09:15.632 INFO:teuthology.orchestra.run.smithi122.stderr: 93.0% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.2.log.gz 2024-02-23T01:09:15.682 INFO:teuthology.orchestra.run.smithi098.stderr: 93.1% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.7.log.gz 2024-02-23T01:09:15.730 INFO:teuthology.orchestra.run.smithi098.stderr: 93.0% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.5.log.gz 2024-02-23T01:09:15.744 INFO:teuthology.orchestra.run.smithi122.stderr: 92.9% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.6.log.gz 2024-02-23T01:09:15.776 INFO:teuthology.orchestra.run.smithi122.stderr: 92.9% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.4.log.gz 2024-02-23T01:09:15.781 INFO:teuthology.orchestra.run.smithi098.stderr: 93.5% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.3.log.gz 2024-02-23T01:09:15.783 INFO:teuthology.orchestra.run.smithi122.stderr: 93.0% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.0.log.gz 2024-02-23T01:09:15.785 INFO:teuthology.orchestra.run.smithi122.stderr: 2024-02-23T01:09:15.785 INFO:teuthology.orchestra.run.smithi122.stderr:real 0m0.672s 2024-02-23T01:09:15.785 INFO:teuthology.orchestra.run.smithi122.stderr:user 0m2.757s 2024-02-23T01:09:15.785 INFO:teuthology.orchestra.run.smithi122.stderr:sys 0m0.118s 2024-02-23T01:09:15.846 INFO:teuthology.orchestra.run.smithi098.stderr: 92.9% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-osd.1.log.gz 2024-02-23T01:09:16.108 INFO:teuthology.orchestra.run.smithi098.stderr: 89.9% -- replaced with /var/log/ceph/00f08340-d1e3-11ee-95c0-87774f69a715/ceph-mon.smithi098.log.gz 2024-02-23T01:09:16.110 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-02-23T01:09:16.110 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.998s 2024-02-23T01:09:16.110 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m3.758s 2024-02-23T01:09:16.110 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.145s 2024-02-23T01:09:16.110 INFO:tasks.cephadm:Archiving logs... 2024-02-23T01:09:16.111 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/ubuntu@smithi098.front.sepia.ceph.com/log 2024-02-23T01:09:16.112 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T01:09:16.755 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/ubuntu@smithi122.front.sepia.ceph.com/log 2024-02-23T01:09:16.756 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T01:09:17.196 INFO:tasks.cephadm:Removing cluster... 2024-02-23T01:09:17.197 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 --force 2024-02-23T01:09:17.565 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 00f08340-d1e3-11ee-95c0-87774f69a715 --force 2024-02-23T01:09:17.946 INFO:tasks.cephadm:Removing cephadm ... 2024-02-23T01:09:17.947 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T01:09:17.967 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T01:09:17.985 INFO:tasks.cephadm:Teardown complete 2024-02-23T01:09:17.986 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-23T01:09:17.997 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2024-02-23T01:09:17.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_1 2024-02-23T01:09:18.134 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-23T01:09:18.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.135 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2024-02-23T01:09:18.135 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_2 2024-02-23T01:09:18.257 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-23T01:09:18.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.259 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2024-02-23T01:09:18.259 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_3 2024-02-23T01:09:18.373 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-23T01:09:18.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.375 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2024-02-23T01:09:18.375 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_4 2024-02-23T01:09:18.501 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-23T01:09:18.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.503 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-02-23T01:09:18.503 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2024-02-23T01:09:18.530 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2024-02-23T01:09:18.530 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_1 2024-02-23T01:09:18.660 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-23T01:09:18.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.661 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2024-02-23T01:09:18.661 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_2 2024-02-23T01:09:18.816 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-23T01:09:18.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.817 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2024-02-23T01:09:18.817 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_3 2024-02-23T01:09:18.951 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-23T01:09:18.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:18.952 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2024-02-23T01:09:18.952 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_4 2024-02-23T01:09:19.076 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-23T01:09:19.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:19.077 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-23T01:09:19.077 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2024-02-23T01:09:19.103 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-23T01:09:19.113 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-23T01:09:19.114 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T01:09:19.117 DEBUG:teuthology.orchestra.run.smithi122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T01:09:19.132 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-02-23T01:09:19.137 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T01:09:19.137 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-02-23T01:09:19.137 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 32 +1786us[+1786us] +/- 100ms 2024-02-23T01:09:19.138 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 33 -1004us[ -967us] +/- 57ms 2024-02-23T01:09:19.138 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 33 -66us[ -66us] +/- 71ms 2024-02-23T01:09:19.138 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T01:09:19.161 INFO:teuthology.orchestra.run.smithi122.stderr:bash: ntpq: command not found 2024-02-23T01:09:19.165 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T01:09:19.165 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2024-02-23T01:09:19.165 INFO:teuthology.orchestra.run.smithi122.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +1778us[+1778us] +/- 100ms 2024-02-23T01:09:19.166 INFO:teuthology.orchestra.run.smithi122.stdout:^* hv02.front.sepia.ceph.com 3 7 377 97 -981us[ -966us] +/- 56ms 2024-02-23T01:09:19.166 INFO:teuthology.orchestra.run.smithi122.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 -76us[ -76us] +/- 71ms 2024-02-23T01:09:19.166 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T01:09:19.167 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-23T01:09:19.177 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-23T01:09:19.178 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-23T01:09:19.189 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T01:09:19.260 DEBUG:teuthology.orchestra.run.smithi122:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T01:09:19.319 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T01:09:19.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:19.351 DEBUG:teuthology.orchestra.run.smithi122:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T01:09:19.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:19.380 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-23T01:09:19.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-23T01:09:19.404 INFO:teuthology.task.internal:Duration was 2592.072626 seconds 2024-02-23T01:09:19.405 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-23T01:09:19.424 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-23T01:09:19.424 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T01:09:19.427 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T01:09:19.470 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T01:09:19.472 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T01:09:19.711 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-23T01:09:19.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-02-23T01:09:19.712 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T01:09:19.734 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi122.front.sepia.ceph.com 2024-02-23T01:09:19.734 DEBUG:teuthology.orchestra.run.smithi122:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T01:09:19.757 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-23T01:09:19.757 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T01:09:19.777 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T01:09:19.851 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-23T01:09:19.852 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T01:09:19.854 DEBUG:teuthology.orchestra.run.smithi122:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T01:09:20.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-23T01:09:20.053 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-23T01:09:20.053 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T01:09:20.080 DEBUG:teuthology.orchestra.run.smithi122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T01:09:20.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-23T01:09:20.118 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T01:09:20.123 DEBUG:teuthology.orchestra.run.smithi122:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T01:09:20.147 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-02-23T01:09:20.174 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = core 2024-02-23T01:09:20.196 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T01:09:20.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:20.230 DEBUG:teuthology.orchestra.run.smithi122:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T01:09:20.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T01:09:20.253 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-23T01:09:20.264 INFO:teuthology.task.internal:Transferring archived files... 2024-02-23T01:09:20.265 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/smithi098 2024-02-23T01:09:20.266 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T01:09:20.318 DEBUG:teuthology.misc:Transferring archived files from smithi122:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421/remote/smithi122 2024-02-23T01:09:20.319 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T01:09:20.363 INFO:teuthology.task.internal:Removing archive directory... 2024-02-23T01:09:20.363 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T01:09:20.365 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T01:09:20.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-23T01:09:20.426 INFO:teuthology.task.internal:Not uploading archives. 2024-02-23T01:09:20.426 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-23T01:09:20.437 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-23T01:09:20.438 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T01:09:20.440 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T01:09:20.455 INFO:teuthology.orchestra.run.smithi098.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 01:09 /home/ubuntu/cephtest 2024-02-23T01:09:20.471 INFO:teuthology.orchestra.run.smithi122.stdout: 526076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 01:09 /home/ubuntu/cephtest 2024-02-23T01:09:20.472 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-23T01:09:20.488 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-23T01:09:20.519 INFO:teuthology.nuke:Checking targets against current locks 2024-02-23T01:09:20.545 DEBUG:teuthology.nuke:shortname: smithi098 2024-02-23T01:09:20.545 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T01:09:20.569 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421', '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-02-23 00:16:06.393348', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFZHGgNbbA4wBrQsd6Obr+KRNZEXVZiv6wE47zrBsKjRzr3KynUNbmY0rfr8Ms2ZxHE3hN/YeRW0Jcg9UgMvCU='} 2024-02-23T01:09:20.573 DEBUG:teuthology.nuke:shortname: smithi122 2024-02-23T01:09:20.573 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T01:09:20.598 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571421', '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-02-23 00:16:06.394700', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPefb+1jLT+H1aO98Xf8F+p2y3e/OZMXR+AfGtyh19mUcit0vTg3BOJtOAEjRJ9I3tvOLwZytz0Ej343JQI9WXk='} 2024-02-23T01:09:20.627 INFO:teuthology.orchestra.console.smithi098:Power off 2024-02-23T01:09:20.628 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T01:09:20.668 INFO:teuthology.orchestra.console.smithi122:Power off 2024-02-23T01:09:20.669 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T01:09:20.710 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2024-02-23T01:09:20.710 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:20.722 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-02-23T01:09:20.722 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:20.739 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-02-23T01:09:20.748 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-02-23T01:09:24.741 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:24.751 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:24.853 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-02-23T01:09:24.863 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-02-23T01:09:28.856 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:28.864 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T01:09:28.967 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2024-02-23T01:09:28.974 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-02-23T01:09:29.068 INFO:teuthology.orchestra.console.smithi122:Power off completed 2024-02-23T01:09:29.075 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-02-23T01:09:29.180 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: 2592.0726256370544 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e42ce64f23414048b532806473860a54 status: fail success: false 2024-02-23T01:09:29.180 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-23T01:09:29.296 INFO:teuthology.run:FAIL